From 039537cbe742737cb9bb5b4ac850d1b0f032a034 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 27 Sep 2009 11:16:39 +0200 Subject: make: add targets "test" and "valgrind-test" These simply run the corresponding test scripts. Needs to be extended. Michael --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3