cleanup: explicitly mark unused parameters (-Wunused-parameter)
[urcu.git] / tests / unit / Makefile.am
index 1cc9da316f8aa23df862d9684281e50d460e0425..f3ab6709a59df024afbd9f9deabec9499b240f24 100644 (file)
@@ -1,8 +1,8 @@
-AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/common -g
+AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/common
 
 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.023582 seconds and 4 git commands to generate.