X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=4d3f91fb80d6ca7b54e56978ef7504e91c93cf73;hb=0fe43b4d2de5ac336c2f1635b9a8f60b3ae00370;hp=b2ac4b30d93048afeefd305fd6881e1bd30851dd;hpb=7cc1a446e717362f029e44e5b06ca9cac89552be;p=miniexpect.git diff --git a/Makefile.am b/Makefile.am index b2ac4b3..4d3f91f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,15 @@ test_ls_version_SOURCES = test-ls-version.c tests.h miniexpect.h test_ls_version_CFLAGS = $(PCRE_CFLAGS) -Wall test_ls_version_LDADD = libminiexpect.la +# parallel-tests breaks the ability to put 'valgrind' into +# TESTS_ENVIRONMENT. Hence we have to work around it: +check-valgrind: + for t in $(TESTS); do \ + $(LIBTOOL) --mode=execute $(VG) ./$$t; \ + r=$$?; \ + if [ $$r -ne 0 ]; then exit $$r; fi; \ + done + # Clean. CLEANFILES = *~