X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=c52c3c61491aa1c17ddadde732e8a9df5dedabb1;hb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;hp=01cff148cc2c595e60bf585781f18f17ca8d24fd;hpb=7cd988f06d15559d0e455f519cc8da814696462e;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 01cff148c..c52c3c614 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -23,7 +23,9 @@ 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 \ + tools/notification/test_notification_multi_app if HAVE_LIBLTTNG_UST_CTL SUBDIRS += ust @@ -39,7 +41,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