Commit ec3054e1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make test in root now runs make quiet-test in the test dir

parent 7c6414eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@ install:
test:
	./runtests.pl

quiet-test:
	./runtests.pl -s -c

clean:
	rm -rf log
	find . -name "*~" | xargs rm -f