diff options
-rw-r--r-- | tests/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 85ff2f6d2..aaf437a7e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,14 +33,11 @@ CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid curl: @cd $(top_builddir) && $(MAKE) -test: sws +test: all srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -quiet-test: sws +quiet-test: all srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a -full-test: sws +full-test: all srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a - -sws: - @cd server && $(MAKE) |