X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Funit%2FMakefile.am;fp=tests%2Funit%2FMakefile.am;h=ade355558b505673b337dec43ebbd32dedb64f8e;hp=e6f7b3e01572a668e9d5b53d59c6cbd8ab2b7c64;hb=03c5782e67a47b79fdd4013c8e0c68cdcb5a8228;hpb=3745305bf09e7825e75ee5b5490347ee67c6efdd diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index e6f7b3e..ade3555 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -1,12 +1,14 @@ 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