mirror of
https://github.com/curl/curl.git
synced 2026-08-05 03:36:14 +03:00
Loic Dachary's updates to get 'make distcheck' work, including running the
test suite
This commit is contained in:
parent
ff8fb8cdb0
commit
a997d60304
5 changed files with 17 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue