make test-full in the root dir should run verbose tests but not stop on

single failures
This commit is contained in:
Daniel Stenberg 2003-01-21 10:35:34 +00:00
parent 838e776542
commit ed4dff63b9
2 changed files with 5 additions and 1 deletions

View 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