From a19f758743205d9473bc7a0e3736a90a9652b254 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Feb 2010 23:17:39 +0100 Subject: [PATCH] tests: add a new make target "make test-wait" (cherry picked from commit 752e4419a6a0470cecb3f756b3f5f120efc93456) --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7de41f2..c3892de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,5 +17,8 @@ EXTRA_DIST = \ test: all ./tests/scripts/run_tests.sh +test-wait: + TINYPROXY_TESTS_WAIT=yes $(MAKE) test + valgrind-test: all ./tests/scripts/run_tests_valgrind.sh