test: add make target "make valgrind-test-wait"
(cherry picked from commit ee1f1e38f2
)
This commit is contained in:
parent
a19f758743
commit
6f0abb7339
@ -22,3 +22,6 @@ test-wait:
|
|||||||
|
|
||||||
valgrind-test: all
|
valgrind-test: all
|
||||||
./tests/scripts/run_tests_valgrind.sh
|
./tests/scripts/run_tests_valgrind.sh
|
||||||
|
|
||||||
|
valgrind-test-wait:
|
||||||
|
TINYPROXY_TESTS_WAIT=yes $(MAKE) valgrind-test
|
||||||
|
Loading…
Reference in New Issue
Block a user