X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Funit%2FMakefile.am;h=ade355558b505673b337dec43ebbd32dedb64f8e;hb=03c5782e67a47b79fdd4013c8e0c68cdcb5a8228;hp=ce9d1b23069964a735a5092e76e71435e0247b89;hpb=9a79c612003362a97217613b7906a4782977d373;p=userspace-rcu.git diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index ce9d1b2..ade3555 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -1,12 +1,14 @@ -AM_CFLAGS += $(PTHREAD_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_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/common -g -SCRIPT_LIST = test_loop run.sh unit_tests +LOG_DRIVER_FLAGS = --merge --comments +LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ + $(top_srcdir)/config/tap-driver.sh noinst_PROGRAMS = test_uatomic \ test_urcu_multiflavor \ test_urcu_multiflavor_dynlink -dist_noinst_SCRIPTS = $(SCRIPT_LIST) +TESTS = $(noinst_PROGRAMS) noinst_HEADERS = test_urcu_multiflavor.h @@ -55,5 +57,3 @@ clean-local: done; \ fi -check-am: - ./run.sh unit_tests