tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / regression / Makefile.am
index a2658078528993251162cdd9c1cfbb21c58fe108..73e49c99798be4879e4acbe7227b4f80d68f1fbc 100644 (file)
@@ -1,10 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 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/filtering/test_invalid_filter \
        tools/filtering/test_unsupported_op \
        tools/filtering/test_valid_filter \
        tools/streaming/test_ust \
@@ -36,7 +39,8 @@ TESTS = tools/filtering/test_invalid_filter \
        tools/working-directory/test_relayd_working_directory \
        tools/notification/test_notification_multi_app \
        tools/clear/test_ust \
-       tools/clear/test_kernel
+       tools/clear/test_kernel \
+       tools/tracker/test_event_tracker
 
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS += ust
This page took 0.024784 seconds and 4 git commands to generate.