tests: add a new make target "make test-wait"
(cherry picked from commit 752e4419a6
)
This commit is contained in:
parent
f63730c77e
commit
a19f758743
@ -17,5 +17,8 @@ EXTRA_DIST = \
|
|||||||
test: all
|
test: all
|
||||||
./tests/scripts/run_tests.sh
|
./tests/scripts/run_tests.sh
|
||||||
|
|
||||||
|
test-wait:
|
||||||
|
TINYPROXY_TESTS_WAIT=yes $(MAKE) test
|
||||||
|
|
||||||
valgrind-test: all
|
valgrind-test: all
|
||||||
./tests/scripts/run_tests_valgrind.sh
|
./tests/scripts/run_tests_valgrind.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user