mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:01:41 +03:00
make test in root now runs make quiet-test in the test dir
This commit is contained in:
parent
7c6414ebbd
commit
ec3054e1f2
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue