tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / unit / Makefile.am
index 09de39e8cc99d3a22ee4378cc340484ad12e35a9..87304176e55f5248c9f0327d6def0297fd50d48a 100644 (file)
@@ -6,7 +6,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils/ -I$(srcdir)
 
 LOG_DRIVER_FLAGS='--merge'
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
-       $(top_srcdir)/config/tap-driver.sh
+       $(top_srcdir)/tests/utils/tap-driver.sh
 
 TESTS = test_kernel_data \
        test_session \
This page took 0.027631 seconds and 5 git commands to generate.