test: add make target "make valgrind-test-wait"

This commit is contained in:
Michael Adam 2010-02-22 23:31:40 +01:00
parent 752e4419a6
commit ee1f1e38f2

View File

@ -47,3 +47,6 @@ test-wait:
valgrind-test: all
./tests/scripts/run_tests_valgrind.sh
valgrind-test-wait:
TINYPROXY_TESTS_WAIT=yes $(MAKE) valgrind-test