]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
'make test-torture' in the root now runs a full torture test
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 May 2004 10:54:00 +0000 (10:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 May 2004 10:54:00 +0000 (10:54 +0000)
Makefile.am
tests/Makefile.am

index 9afa148b2670e341b0955c84b1bc7880f90353a6..e6894bef1e1b3f1be2079c288febc379d4c63530 100644 (file)
@@ -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:
index f3ffaaba247ca0053c2136e005ba90f8da786ac8..026e29b01fa612b246a5ecbed8e257d4dcc628f3 100644 (file)
@@ -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