X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=b1642812af9f1116cf51c88dcf10db7ea2846a56;hb=09a783a8f1f1e17fb7297a7e7c6f9d1bd8ff9b63;hp=c52c3c61491aa1c17ddadde732e8a9df5dedabb1;hpb=434f80687923fbce645b5b31b44876229559808c;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index c52c3c614..b1642812a 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