X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=0f547a64d28a5e91cfbc4ae90090e6f201fd5e60;hb=ff2b03c86766eba10a9fdee2ebeedf801efe83a3;hp=01cff148cc2c595e60bf585781f18f17ca8d24fd;hpb=7cd988f06d15559d0e455f519cc8da814696462e;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 01cff148c..0f547a64d 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -23,7 +23,10 @@ TESTS = tools/filtering/test_invalid_filter \ 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 +42,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