From fcf73607913050d246dbcc4f39e7717d0960763f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 26 Jul 2022 09:55:45 +0100 Subject: [PATCH] tests: valgrind: Rebuild tests before running them --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$$?; \ -- 1.8.3.1