diff options
-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 |