X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2FMakefile.am;h=f3ab6709a59df024afbd9f9deabec9499b240f24;hb=0195634254d90bac8517076685032ccffee75456;hp=1cc9da316f8aa23df862d9684281e50d460e0425;hpb=042e8cfe9b352b325a7350f345a3f2923606a2be;p=urcu.git diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 1cc9da3..f3ab670 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -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 \