mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +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
|
|
@ -6,13 +6,15 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
|
|||
|
||||
EXTRA_DIST = \
|
||||
CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \
|
||||
config-win32.h reconf packages/README
|
||||
config-win32.h reconf packages/README Makefile.dist
|
||||
|
||||
SUBDIRS = docs lib src include tests packages
|
||||
|
||||
# create a root makefile in the distribution:
|
||||
dist-hook:
|
||||
cp Makefile.dist $(distdir)/Makefile
|
||||
cp $(srcdir)/Makefile.dist $(distdir)/Makefile
|
||||
|
||||
check: test
|
||||
|
||||
test:
|
||||
@(cd tests; make quiet-test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue