diff options
author | Michael Adam <obnox@samba.org> | 2010-02-22 23:17:39 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-02-22 23:17:39 +0100 |
commit | 752e4419a6a0470cecb3f756b3f5f120efc93456 (patch) | |
tree | 348b607c51e4130e6c764e6a1368e96512b16491 | |
parent | d133eee36b3b479f1c5c6754ffb91c4eea706099 (diff) | |
download | tinyproxy-752e4419a6a0470cecb3f756b3f5f120efc93456.tar.gz tinyproxy-752e4419a6a0470cecb3f756b3f5f120efc93456.zip |
tests: add a new make target "make test-wait"
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
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 |