fix: shadowed local variable (-Wshadow)
[urcu.git] / tests / benchmark / Makefile.am
index 5068d0eead0643e1d18f28074f9614ef7aa630fb..30c5291a6ba763117693c0c322905bf627f493b6 100644 (file)
@@ -1,9 +1,9 @@
-AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/common -g
+AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_srcdir)/tests/common
 
 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.023062 seconds and 4 git commands to generate.