Skip to content
Snippets Groups Projects
Commit 598bc396 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Add -a when running torture tests now that it's supported.

parent 29357151
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment