make: add targets "test" and "valgrind-test"
These simply run the corresponding test scripts. Needs to be extended. Michael
This commit is contained in:
parent
2fd7417f56
commit
039537cbe7
@ -14,3 +14,9 @@ EXTRA_DIST = \
|
|||||||
autogen.sh \
|
autogen.sh \
|
||||||
tinyproxy-indent.sh \
|
tinyproxy-indent.sh \
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
test: all
|
||||||
|
./tests/scripts/run_tests.sh
|
||||||
|
|
||||||
|
valgrind-test: all
|
||||||
|
./tests/scripts/run_tests_valgrind.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user