From 6f0abb73397e8e307830cc69198377be35841ac8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Feb 2010 23:31:40 +0100 Subject: [PATCH] test: add make target "make valgrind-test-wait" (cherry picked from commit ee1f1e38f269e570e609256b76df26df44365834) --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index c3892de..313ed15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,3 +22,6 @@ test-wait: valgrind-test: all ./tests/scripts/run_tests_valgrind.sh + +valgrind-test-wait: + TINYPROXY_TESTS_WAIT=yes $(MAKE) valgrind-test