mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
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.
This commit is contained in:
parent
126ed14313
commit
5e92b2906b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user