aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-29 12:38:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-29 12:38:41 +0000
commit5e92b2906b758c381e9a35f6d7f95a42d4e9070a (patch)
treec83b8f9e4a8f4a0ce774416db728a160e2bf113f /tests
parent126ed14313365d5cf7ccafbfe7b3cad13f535bd4 (diff)
All test targets now run 'make all' before they prcoeed with the actual
testing so that all test files are build first properly. David Byron reported.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am9
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)