From 752e4419a6a0470cecb3f756b3f5f120efc93456 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Feb 2010 23:17:39 +0100 Subject: tests: add a new make target "make test-wait" --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 0a29858..ede53d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,5 +42,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 -- cgit v1.2.3