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