test: add make target "make valgrind-test-wait"
This commit is contained in:
parent
752e4419a6
commit
ee1f1e38f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user