Skip to content

Commit

Permalink
All test targets now run 'make all' before they prcoeed with the actual
Browse files Browse the repository at this point in the history
testing so that all test files are build first properly. David Byron reported.
  • Loading branch information
bagder committed Mar 29, 2004
1 parent 126ed14 commit 5e92b29
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/Makefile.am
Expand Up @@ -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)

0 comments on commit 5e92b29

Please sign in to comment.