]> granicus.if.org Git - curl/commitdiff
All test targets now run 'make all' before they prcoeed with the actual
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Mar 2004 12:38:41 +0000 (12:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Mar 2004 12:38:41 +0000 (12:38 +0000)
testing so that all test files are build first properly. David Byron reported.

tests/Makefile.am

index 85ff2f6d23682c00070bfb361dcd92a13f84ae29..aaf437a7ef7d878c836e2514ceaaf1b7082ca22e 100644 (file)
@@ -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)