aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-17 15:30:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-17 15:30:01 +0000
commitec3054e1f29cc2a40e2ce897c33e99c8a5c49595 (patch)
treee054aa688c6662a1ea7b56a0ef0b251cb30bb860 /tests
parent7c6414ebbd7b6dc2e049b5a75a9429eae8678c7f (diff)
make test in root now runs make quiet-test in the test dir
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ac9e09c61..cba94c1b0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -5,6 +5,10 @@ install:
test:
./runtests.pl
+quiet-test:
+ ./runtests.pl -s -c
+
clean:
rm -rf log
find . -name "*~" | xargs rm -f
+