Test: kernel testing for notification
[lttng-tools.git] / tests / regression / Makefile.am
index 2297ea1e3696b4ffcff968a35c12c2410b587ec2..0f547a64d28a5e91cfbc4ae90090e6f201fd5e60 100644 (file)
@@ -22,7 +22,11 @@ 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
 
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS += ust
@@ -37,7 +41,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.02433 seconds and 4 git commands to generate.