mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58: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
|
SUBDIRS = docs lib src include tests
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@(cd tests; make test)
|
@(cd tests; make quiet-test)
|
||||||
|
@ -5,6 +5,10 @@ install:
|
|||||||
test:
|
test:
|
||||||
./runtests.pl
|
./runtests.pl
|
||||||
|
|
||||||
|
quiet-test:
|
||||||
|
./runtests.pl -s -c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf log
|
rm -rf log
|
||||||
find . -name "*~" | xargs rm -f
|
find . -name "*~" | xargs rm -f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user