diff options
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eb70745..f3747b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |