Tests: add missing rotation and autoload tests to check target
[lttng-tools.git] / tests / regression / Makefile.am
index 01cff148cc2c595e60bf585781f18f17ca8d24fd..893aa64a2f06b0e9dc7a5396cfe1e2e9279fdabb 100644 (file)
@@ -19,11 +19,15 @@ TESTS = tools/filtering/test_invalid_filter \
        tools/snapshots/test_ust_streaming \
        tools/save-load/test_save \
        tools/save-load/test_load \
+       tools/save-load/test_autoload \
        tools/mi/test_mi \
        tools/wildcard/test_event_wildcard \
        tools/crash/test_crash \
        tools/regen-metadata/test_ust \
-       tools/regen-statedump/test_ust
+       tools/regen-statedump/test_ust \
+       tools/notification/test_notification_ust \
+       tools/notification/test_notification_kernel \
+       tools/notification/test_notification_multi_app
 
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS += ust
@@ -39,7 +43,8 @@ TESTS += ust/before-after/test_before_after \
        ust/clock-override/test_clock_override \
        ust/test_event_basic \
        ust/test_event_tracef \
-       ust/test_event_perf
+       ust/test_event_perf \
+       ust/blocking/test_blocking
 endif # HAVE_LIBLTTNG_UST_CTL
 
 if PYTHON_BINDING
This page took 0.023341 seconds and 4 git commands to generate.