mirror of
https://github.com/curl/curl.git
synced 2026-06-26 17:55:44 +03:00
Added a 'test-full' target to run the tests in verbose mode.
This commit is contained in:
parent
126e6d6645
commit
39c12790bc
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ check: test
|
|||
test:
|
||||
@(cd tests; $(MAKE) quiet-test)
|
||||
|
||||
test-full:
|
||||
@(cd tests; $(MAKE) test)
|
||||
|
||||
#
|
||||
# Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
|
||||
# must contain the following line:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue