aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-11-15 13:26:21 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-11-15 13:51:03 +0100
commit90df209f276b17a66112cbb58c040693be14d217 (patch)
tree742747120c2c5b2b873279a43854ed1623d84684 /Makefile.am
parent41347c60637fe6e7cae307e07ad0430eb79652d1 (diff)
downloadPROJ-90df209f276b17a66112cbb58c040693be14d217.tar.gz
PROJ-90df209f276b17a66112cbb58c040693be14d217.zip
autoconf / cmake: build test/ only if needed
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 52e456ff..8620ea8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
-SUBDIRS = include src man data jniwrap cmake test
+SUBDIRS = include src man data jniwrap cmake
+DIST_SUBDIRS = include src man data jniwrap cmake test
EXTRA_DIST = CMakeLists.txt CITATION
@@ -8,6 +9,9 @@ pkgconfig_DATA = proj.pc
AUTOMAKE_OPTIONS = dist-zip
ACLOCAL_AMFLAGS = -I m4
+check-local:
+ cd test; $(MAKE) check
+
README: README.md
fgrep -v "[![" $< > $@