X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fbenchmark%2FMakefile.am;h=30c5291a6ba763117693c0c322905bf627f493b6;hb=ee334e481cf5b4216bc61a8b291c9b944c3b4f86;hp=5068d0eead0643e1d18f28074f9614ef7aa630fb;hpb=03c5782e67a47b79fdd4013c8e0c68cdcb5a8228;p=urcu.git diff --git a/tests/benchmark/Makefile.am b/tests/benchmark/Makefile.am index 5068d0e..30c5291 100644 --- a/tests/benchmark/Makefile.am +++ b/tests/benchmark/Makefile.am @@ -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 \