mirror of
https://github.com/curl/curl.git
synced 2026-07-29 19:58:41 +03:00
CI/makefiles: introduce dedicated test target
Make it easy to use the same set of test flags throughout all current and future CI builds. Reviewed-by: Jay Satiro Follow up to #7690 Closes #7785
This commit is contained in:
parent
aceff6088c
commit
ab1671cafe
9 changed files with 19 additions and 9 deletions
|
|
@ -248,6 +248,9 @@ test-event:
|
|||
test-am:
|
||||
@(cd tests; $(MAKE) all am-test)
|
||||
|
||||
test-ci:
|
||||
@(cd tests; $(MAKE) all ci-test)
|
||||
|
||||
endif
|
||||
|
||||
examples:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue