diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f3ffaaba2..026e29b01 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -41,3 +41,6 @@ quiet-test: all full-test: all srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a -p + +torture-test: all + srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -t |