summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-02-22 23:17:39 +0100
committerMichael Adam <obnox@samba.org>2010-02-22 23:17:39 +0100
commit752e4419a6a0470cecb3f756b3f5f120efc93456 (patch)
tree348b607c51e4130e6c764e6a1368e96512b16491
parentd133eee36b3b479f1c5c6754ffb91c4eea706099 (diff)
downloadtinyproxy-752e4419a6a0470cecb3f756b3f5f120efc93456.tar.gz
tinyproxy-752e4419a6a0470cecb3f756b3f5f120efc93456.zip
tests: add a new make target "make 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 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