From ec3054e1f29cc2a40e2ce897c33e99c8a5c49595 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Nov 2000 15:30:01 +0000 Subject: make test in root now runs make quiet-test in the test dir --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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 + -- cgit v1.2.3