aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-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
+