mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:23:32 +03:00
coverage: run event tests too
... the torture ones are commented out only because they are slooooow.
This commit is contained in:
parent
f6e0f4556e
commit
b5e143e7a5
3 changed files with 12 additions and 0 deletions
|
|
@ -202,6 +202,9 @@ test-nonflaky:
|
|||
test-torture:
|
||||
@(cd tests; $(MAKE) all torture-test)
|
||||
|
||||
test-event:
|
||||
@(cd tests; $(MAKE) all event-test)
|
||||
|
||||
test-am:
|
||||
@(cd tests; $(MAKE) all am-test)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue