tests: add a new make target "make test-wait"

(cherry picked from commit 752e4419a6)
This commit is contained in:
Michael Adam 2010-02-22 23:17:39 +01:00
parent f63730c77e
commit a19f758743

View File

@ -17,5 +17,8 @@ EXTRA_DIST = \
test: all test: all
./tests/scripts/run_tests.sh ./tests/scripts/run_tests.sh
test-wait:
TINYPROXY_TESTS_WAIT=yes $(MAKE) test
valgrind-test: all valgrind-test: all
./tests/scripts/run_tests_valgrind.sh ./tests/scripts/run_tests_valgrind.sh