Loic Dachary's updates to get 'make distcheck' work, including running the

test suite
This commit is contained in:
Daniel Stenberg
2001-01-08 22:18:30 +00:00
parent ff8fb8cdb0
commit a997d60304
5 changed files with 17 additions and 7 deletions

View File

@@ -9,10 +9,12 @@ curl:
@(cd ..; make)
test:
$(PERL) runtests.pl
$(MAKE) -C data test
srcdir=$(srcdir) $(PERL) $(srcdir)/runtests.pl
quiet-test:
$(PERL) runtests.pl -s -a
$(MAKE) -C data test
srcdir=$(srcdir) $(PERL) $(srcdir)/runtests.pl -s -a
clean:
rm -rf log