mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
Added a 'test-full' target to run the tests in verbose mode.
This commit is contained in:
parent
126e6d6645
commit
39c12790bc
@ -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…
Reference in New Issue
Block a user