X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=69976bf8ec38681e2d26e833ea542b4b472b8c22;hb=239fab3e3bb2f06a19db3cd1c3e91c93c7141891;hp=3a685c9592d2f3ee2a3d35dadc36543e1926ebec;hpb=9a43a3bea411be5de83c64a2f1d28f365de7133f;p=miniexpect.git diff --git a/Makefile.am b/Makefile.am index 3a685c9..69976bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ test_multi_match_LDADD = libminiexpect.la # parallel-tests breaks the ability to put 'valgrind' into # TESTS_ENVIRONMENT. Hence we have to work around it: -check-valgrind: +check-valgrind: $(TESTS) for t in $(TESTS); do \ $(LIBTOOL) --mode=execute $(VG) ./$$t; \ r=$$?; \