X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=4d306d42dc2ca83289f8c42b42eee12640e55044;hp=f2fa9d7aa293a7e68235695d7550900e3d29e384;hb=ed9f1fb24a21b222c23684cdf8e77b4d21c21895;hpb=54cd6107ba9eacbe6e54292293698a8d2d5083c7 diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index f2fa9d7aa..4d306d42d 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 \ @@ -23,7 +23,14 @@ 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_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 \ + tools/rotation/test_schedule_api if HAVE_LIBLTTNG_UST_CTL SUBDIRS += ust @@ -38,7 +45,10 @@ 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 \ + ust/multi-lib/test_multi_lib endif # HAVE_LIBLTTNG_UST_CTL if PYTHON_BINDING