From ee1f1e38f269e570e609256b76df26df44365834 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Feb 2010 23:31:40 +0100 Subject: test: add make target "make valgrind-test-wait" --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index ede53d7..3138f37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.2.3