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.
This commit is contained in:
parent
bcf04aba1b
commit
802f46e3b6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user