make: add targets "test" and "valgrind-test"

These simply run the corresponding test scripts.
Needs to be extended.

Michael
This commit is contained in:
Michael Adam 2009-09-27 11:16:39 +02:00
parent 2fd7417f56
commit 039537cbe7

View File

@ -14,3 +14,9 @@ EXTRA_DIST = \
autogen.sh \
tinyproxy-indent.sh \
TODO
test: all
./tests/scripts/run_tests.sh
valgrind-test: all
./tests/scripts/run_tests_valgrind.sh