From: Daniel Stenberg Date: Mon, 17 May 2004 10:54:00 +0000 (+0000) Subject: 'make test-torture' in the root now runs a full torture test X-Git-Tag: curl-7_12_0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f39f7c28f0286ac7f8b20642592cc6b287cc8e3b;p=thirdparty%2Fcurl.git 'make test-torture' in the root now runs a full torture test --- diff --git a/Makefile.am b/Makefile.am index 9afa148b26..e6894bef1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,9 @@ test: test-full: @(cd tests; $(MAKE) all full-test) +test-torture: + @(cd tests; $(MAKE) all torture-test) + # # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros # must contain the following line: diff --git a/tests/Makefile.am b/tests/Makefile.am index f3ffaaba24..026e29b01f 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