Add --post-script to tap-driver.sh
[lttng-tools.git] / tests / regression / Makefile.am
index 0f547a64d28a5e91cfbc4ae90090e6f201fd5e60..b1642812af9f1116cf51c88dcf10db7ea2846a56 100644 (file)
@@ -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 \
@@ -26,7 +26,10 @@ TESTS = tools/filtering/test_invalid_filter \
        tools/regen-statedump/test_ust \
        tools/notification/test_notification_ust \
        tools/notification/test_notification_kernel \
-       tools/notification/test_notification_multi_app
+       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
This page took 0.023202 seconds and 4 git commands to generate.