tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / regression / Makefile.am
index 6b950a58b179b38de472ad815f663a23d0a3ff29..58269d15dfb295ec31cb46144ab078782bb6c9b3 100644 (file)
@@ -4,9 +4,10 @@ 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/base-path/test_ust \
+       tools/channel/test_channel \
        tools/filtering/test_invalid_filter \
        tools/filtering/test_unsupported_op \
        tools/filtering/test_valid_filter \
This page took 0.022957 seconds and 4 git commands to generate.