SoW-2021-0002: Custom 2.13 for ust-lower-urcu integration test.
[lttng-tools.git] / tests / regression / Makefile.am
index b066149652fdb319d3d1a4e69fa32a46ae282b37..89e1781b56cba97484be964ade2a6f5035ceafbf 100644 (file)
@@ -4,9 +4,11 @@ SUBDIRS = tools kernel ust
 
 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
+       $(top_srcdir)/tests/utils/tap-driver.sh
 
-TESTS = tools/filtering/test_invalid_filter \
+TESTS = tools/base-path/test_ust \
+       tools/channel/test_channel \
+       tools/filtering/test_invalid_filter \
        tools/filtering/test_unsupported_op \
        tools/filtering/test_valid_filter \
        tools/streaming/test_ust \
@@ -27,9 +29,7 @@ TESTS = tools/filtering/test_invalid_filter \
        tools/crash/test_crash \
        tools/regen-metadata/test_ust \
        tools/regen-statedump/test_ust \
-       tools/notification/test_notification_ust_error \
        tools/notification/test_notification_ust_buffer_usage \
-       tools/notification/test_notification_kernel_error \
        tools/notification/test_notification_kernel_buffer_usage \
        tools/notification/test_notification_multi_app \
        tools/rotation/test_ust \
@@ -38,13 +38,9 @@ TESTS = tools/filtering/test_invalid_filter \
        tools/rotation/test_schedule_api \
        tools/metadata/test_kernel \
        tools/working-directory/test_relayd_working_directory \
-       tools/notification/test_notification_multi_app \
        tools/clear/test_ust \
-       tools/clear/test_kernel \
-       tools/tracker/test_event_tracker \
-       tools/trigger/test_add_trigger_cli \
-       tools/trigger/test_list_triggers_cli \
-       tools/trigger/test_remove_trigger_cli
+       tools/clear/test_kernel
+       tools/trigger/hidden/test_hidden_trigger
 
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS += ust
This page took 0.024635 seconds and 5 git commands to generate.