diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-17 10:54:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-17 10:54:00 +0000 |
commit | f39f7c28f0286ac7f8b20642592cc6b287cc8e3b (patch) | |
tree | 6741f59851f55aca178b775cb65997196e8c0688 /tests | |
parent | a807065ccce54f14cb72f522cdcfc64ff0f802c2 (diff) |
'make test-torture' in the root now runs a full torture test
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 |