X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=c52c3c61491aa1c17ddadde732e8a9df5dedabb1;hb=b723c447e99a0aa57fd3d5313273c05bb416a517;hp=f2fa9d7aa293a7e68235695d7550900e3d29e384;hpb=54cd6107ba9eacbe6e54292293698a8d2d5083c7;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index f2fa9d7aa..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 @@ -38,7 +40,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