From: Dmitry V. Levin Date: Thu, 20 Jul 2017 00:06:06 +0000 (+0000) Subject: tests: add check-valgrind-local make rule X-Git-Tag: v4.19~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=802f46e3b600745085baa68f4b12ee3389d204dc;p=strace tests: add check-valgrind-local make rule This guarantees that $(check_LIBRARIES) and $(check_PROGRAMS) are made on 'make check-valgrind' before its recipe is processed. * tests/Makefile.am (check-valgrind-local): New rule. (.PHONY): Add it. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 89f7cd8b..5687a8d8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -387,6 +387,9 @@ clean-local: clean-local-check clean-local-check: -rm -rf -- $(TESTS:.test=.dir) $(GEN_TESTS:.gen.test=.dir) +.PHONY: check-valgrind-local +check-valgrind-local: $(check_LIBRARIES) $(check_PROGRAMS) + BUILT_SOURCES = ksysent.h CLEANFILES = ksysent.h