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 --- Makefile.am | 2 +- tests/Makefile.am | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 71232c025..9f9a66936 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,4 +9,4 @@ EXTRA_DIST = curl.spec curl-ssl.spec SUBDIRS = docs lib src include tests test: - @(cd tests; make test) + @(cd tests; make quiet-test) 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