diff options
author | Michael Adam <obnox@samba.org> | 2010-02-22 23:31:40 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-02-22 23:31:40 +0100 |
commit | ee1f1e38f269e570e609256b76df26df44365834 (patch) | |
tree | 672e8e320fd41a40a5ba9d39b73d3495ef978645 | |
parent | 752e4419a6a0470cecb3f756b3f5f120efc93456 (diff) | |
download | tinyproxy-ee1f1e38f269e570e609256b76df26df44365834.tar.gz tinyproxy-ee1f1e38f269e570e609256b76df26df44365834.zip |
test: add make target "make valgrind-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 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 |