diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-07-05 01:38:00 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-07-05 01:38:00 +0000 |
commit | 598bc3968e042dc597a82239bdad33b730e035a1 (patch) | |
tree | 03f0106de1aefedeb42c640a7962ae9dbb7cde13 /tests/Makefile.am | |
parent | 29357151af4b26e7a5d9e2c657166bead2a62aba (diff) | |
download | curl-598bc3968e042dc597a82239bdad33b730e035a1.tar.gz |
Add -a when running torture tests now that it's supported.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5276de683..1bdbcdb7e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 |