X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=50e89e4c52ad7f5a9426003c356082ffe62e70cc;hp=c52c3c61491aa1c17ddadde732e8a9df5dedabb1;hb=3f7f208a0150d93363cbf7755e890a9839114ab5;hpb=434f80687923fbce645b5b31b44876229559808c diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index c52c3c614..50e89e4c5 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = tools kernel ust -LOG_DRIVER_FLAGS='--merge' -LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ +LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processes.sh +LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/config/tap-driver.sh TESTS = tools/filtering/test_invalid_filter \ @@ -24,8 +24,12 @@ TESTS = tools/filtering/test_invalid_filter \ tools/crash/test_crash \ tools/regen-metadata/test_ust \ tools/regen-statedump/test_ust \ - tools/notification/test_notification \ - tools/notification/test_notification_multi_app + tools/notification/test_notification_ust \ + tools/notification/test_notification_kernel \ + tools/notification/test_notification_multi_app \ + tools/rotation/test_ust \ + tools/rotation/test_kernel \ + tools/rotation/test_save_load_mi if HAVE_LIBLTTNG_UST_CTL SUBDIRS += ust @@ -42,7 +46,8 @@ TESTS += ust/before-after/test_before_after \ ust/test_event_basic \ ust/test_event_tracef \ ust/test_event_perf \ - ust/blocking/test_blocking + ust/blocking/test_blocking \ + ust/multi-lib/test_multi_lib endif # HAVE_LIBLTTNG_UST_CTL if PYTHON_BINDING