mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
make test in root now runs make quiet-test in the test dir
This commit is contained in:
parent
7c6414ebbd
commit
ec3054e1f2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user