tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / unit / Makefile.am
index ff49a56e4806c6ec16697df312e56703e0cd5f90..4d3b56fde2b96913f697ed0c6d2ee3bac3ba6038 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 = \
        ini_config/test_ini_config \
This page took 0.022415 seconds and 4 git commands to generate.