tests: add a new make target "make test-wait"
This commit is contained in:
parent
d133eee36b
commit
752e4419a6
@ -42,5 +42,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
|
||||
|
Loading…
Reference in New Issue
Block a user