mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:17:30 +03:00
Add -a when running torture tests now that it's supported.
This commit is contained in:
parent
29357151af
commit
598bc3968e
1 changed files with 2 additions and 2 deletions
|
|
@ -46,9 +46,9 @@ TEST_F =
|
|||
TEST_T =
|
||||
else # if not cross-compiling:
|
||||
TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
|
||||
TEST_Q = -s -a
|
||||
TEST_Q = -a -s
|
||||
TEST_F = -a -p
|
||||
TEST_T = -t
|
||||
TEST_T = -a -t
|
||||
endif
|
||||
|
||||
test: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue