From f39f7c28f0286ac7f8b20642592cc6b287cc8e3b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 May 2004 10:54:00 +0000 Subject: 'make test-torture' in the root now runs a full torture test --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3