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

This commit is contained in:
Michael Adam 2010-02-22 23:17:39 +01:00
parent d133eee36b
commit 752e4419a6

View File

@ -42,5 +42,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