summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-02-22 23:31:40 +0100
committerMichael Adam <obnox@samba.org>2010-02-22 23:31:40 +0100
commitee1f1e38f269e570e609256b76df26df44365834 (patch)
tree672e8e320fd41a40a5ba9d39b73d3495ef978645
parent752e4419a6a0470cecb3f756b3f5f120efc93456 (diff)
downloadtinyproxy-ee1f1e38f269e570e609256b76df26df44365834.tar.gz
tinyproxy-ee1f1e38f269e570e609256b76df26df44365834.zip
test: add make target "make valgrind-test-wait"
Diffstat (limited to '')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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