X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=f41bd1add51c3658938783a2a02026ac058c2fd5;hp=183fefe368fa1eb9e84f954e3ef792338f281c3d;hb=0195634254d90bac8517076685032ccffee75456;hpb=03c5782e67a47b79fdd4013c8e0c68cdcb5a8228 diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 183fefe..f41bd1a 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -1,9 +1,9 @@ -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 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 noinst_PROGRAMS = test_urcu_fork.tap \ rcutorture_urcu_membarrier \