From: Richard W.M. Jones Date: Tue, 26 Jul 2022 08:55:45 +0000 (+0100) Subject: tests: valgrind: Rebuild tests before running them X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=fcf73607913050d246dbcc4f39e7717d0960763f;p=miniexpect.git tests: valgrind: Rebuild tests before running them --- 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=$$?; \