mirror of
https://github.com/curl/curl.git
synced 2026-08-04 19:06:14 +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
|
|
@ -64,6 +64,7 @@ TEST_Q = -a -s
|
|||
TEST_AM = -a -am
|
||||
TEST_F = -a -p -r
|
||||
TEST_T = -a -t
|
||||
TEST_E = -a -e
|
||||
|
||||
# !flaky means that it'll skip all tests using the flaky keyword
|
||||
TEST_NF = -a -p -r !flaky
|
||||
|
|
@ -91,6 +92,9 @@ nonflaky-test: perlcheck all
|
|||
torture-test: perlcheck all
|
||||
$(TEST) $(TEST_T) $(TFLAGS)
|
||||
|
||||
event-test: perlcheck all
|
||||
$(TEST) $(TEST_E) $(TFLAGS)
|
||||
|
||||
.1.html:
|
||||
$(MAN2HTML)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue