Tests: add rotation tests to the "check" target
[lttng-tools.git] / tests / regression / Makefile.am
index 2297ea1e3696b4ffcff968a35c12c2410b587ec2..7f146d48e1cace28583512fce4177f87fbe34d23 100644 (file)
@@ -22,7 +22,14 @@ TESTS = tools/filtering/test_invalid_filter \
        tools/mi/test_mi \
        tools/wildcard/test_event_wildcard \
        tools/crash/test_crash \
-       tools/regen-metadata/test_ust
+       tools/regen-metadata/test_ust \
+       tools/regen-statedump/test_ust \
+       tools/notification/test_notification_ust \
+       tools/notification/test_notification_kernel \
+       tools/notification/test_notification_multi_app \
+       tools/rotation/test_ust \
+       tools/rotation/test_kernel \
+       tools/rotation/test_save_load_mi
 
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS += ust
@@ -37,7 +44,9 @@ TESTS += ust/before-after/test_before_after \
        ust/getcpu-override/test_getcpu_override \
        ust/clock-override/test_clock_override \
        ust/test_event_basic \
-       ust/test_event_tracef
+       ust/test_event_tracef \
+       ust/test_event_perf \
+       ust/blocking/test_blocking
 endif # HAVE_LIBLTTNG_UST_CTL
 
 if PYTHON_BINDING
This page took 0.02321 seconds and 4 git commands to generate.