X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=cc110506f9a4fdc38891c74a7e6a07398ac9d252;hb=588c4b0d153e8919b8d9159b69ce0db8fbe52af0;hp=ca39c85e7f34e131e79413e43c335627478af41f;hpb=26e2f47b20625f4d31a8a3632720bb312fd98c27;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index ca39c85e7..cc110506f 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -6,7 +6,8 @@ LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processe LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/config/tap-driver.sh -TESTS = tools/filtering/test_invalid_filter \ +TESTS = tools/base-path/test_ust \ + tools/filtering/test_invalid_filter \ tools/filtering/test_unsupported_op \ tools/filtering/test_valid_filter \ tools/streaming/test_ust \ @@ -36,6 +37,7 @@ TESTS = tools/filtering/test_invalid_filter \ tools/notification/test_notification_kernel_capture \ tools/notification/test_notification_kernel_instrumentation \ tools/notification/test_notification_kernel_syscall \ + tools/notification/test_notification_notifier_discarded_count \ tools/notification/test_notification_kernel_userspace_probe \ tools/notification/test_notification_multi_app \ tools/rotation/test_ust \ @@ -71,7 +73,8 @@ TESTS += ust/before-after/test_before_after \ ust/multi-lib/test_multi_lib \ ust/rotation-destroy-flush/test_rotation_destroy_flush \ tools/metadata/test_ust \ - tools/relayd-grouping/test_ust + tools/relayd-grouping/test_ust \ + tools/trigger/rate-policy/test_ust_rate_policy if IS_LINUX TESTS += \