Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......@@ -5,6 +5,10 @@ install:
test:
./runtests.pl
quiet-test:
./runtests.pl -s -c
clean:
rm -rf log
find . -name "*~" | xargs rm -f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment