X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=4d306d42dc2ca83289f8c42b42eee12640e55044;hb=a5fcfec4f70153e746e72ec89a6574d01e793fd5;hp=5f4a6e4c063d3e666a0ce89f954a673a8ec514a8;hpb=a36b26b4511eded3dbaecaa3a154b5c212391a31;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 5f4a6e4c0..4d306d42d 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = tools kernel ust -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 \ @@ -21,7 +22,15 @@ TESTS = tools/filtering/test_invalid_filter \ tools/mi/test_mi \ tools/wildcard/test_event_wildcard \ tools/crash/test_crash \ - tools/metadata-regen/test_ust + tools/regen-metadata/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 @@ -36,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