From ed4dff63b948c84d5cadda4e640ec3ce55d597f0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Jan 2003 10:35:34 +0000 Subject: make test-full in the root dir should run verbose tests but not stop on single failures --- Makefile.am | 2 +- tests/Makefile.am | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1b4df6ba4..67f6a5085 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/tests/Makefile.am b/tests/Makefile.am index dedabc1ec..6c741fd86 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 -- cgit v1.2.3