diff --git a/Makefile.am b/Makefile.am index 7de41f2..c3892de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,5 +17,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