]> granicus.if.org Git - curl/commitdiff
make test-full in the root dir should run verbose tests but not stop on
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2003 10:35:34 +0000 (10:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2003 10:35:34 +0000 (10:35 +0000)
single failures

Makefile.am
tests/Makefile.am

index 1b4df6ba4ef3ed0c2615807cd0aba7a628866789..67f6a5085f95b34ce1e639c104a6b8bab97e1741 100644 (file)
@@ -27,7 +27,7 @@ test:
        @(cd tests; $(MAKE) quiet-test)
 
 test-full:
-       @(cd tests; $(MAKE) test)
+       @(cd tests; $(MAKE) full-test)
 
 #
 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
index dedabc1ec30d102b8f44da77a8acc8415d21623c..6c741fd8600a4a479f1def81c19e5fed764ddd8c 100644 (file)
@@ -17,5 +17,9 @@ quiet-test: server/sws
        @cd data && exec $(MAKE) test
        srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
 
+full-test: server/sws
+       @cd data && exec $(MAKE) test
+       srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a
+
 server/sws:
        cd server; make sws