tests: Move tap-driver.sh out of the autotools aux directory
[urcu.git] / tests / unit / Makefile.am
index 1cc9da316f8aa23df862d9684281e50d460e0425..ce01c9195765f0f967f7bd683f94189e64dfcbe6 100644 (file)
@@ -2,7 +2,7 @@ AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/s
 
 LOG_DRIVER_FLAGS = --merge --comments
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
-       $(top_srcdir)/config/tap-driver.sh
+       $(top_srcdir)/tests/utils/tap-driver.sh
 
 noinst_PROGRAMS = test_uatomic \
        test_urcu_multiflavor \
This page took 0.023869 seconds and 4 git commands to generate.