tests: Move tap-driver.sh out of the autotools aux directory
[urcu.git] / tests / benchmark / Makefile.am
index 5068d0eead0643e1d18f28074f9614ef7aa630fb..d268f3aa3155b8a87c9df795b73f7050b6a852d5 100644 (file)
@@ -3,7 +3,7 @@ AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/s
 TEST_EXTENSIONS = .tap
 TAP_LOG_DRIVER_FLAGS = --merge --comments
 TAP_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
-       $(top_srcdir)/config/tap-driver.sh
+       $(top_srcdir)/tests/utils/tap-driver.sh
 
 SCRIPT_LIST = common.sh \
        run-urcu-tests.sh \
This page took 0.023042 seconds and 4 git commands to generate.