From: Daniel Stenberg Date: Mon, 29 Mar 2004 12:38:41 +0000 (+0000) Subject: All test targets now run 'make all' before they prcoeed with the actual X-Git-Tag: curl-7_11_2~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e92b2906b758c381e9a35f6d7f95a42d4e9070a;p=thirdparty%2Fcurl.git 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. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 85ff2f6d23..aaf437a7ef 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)