aboutsummaryrefslogtreecommitdiff
path: root/test/cli/Makefile.am
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-02-11 22:11:32 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-02-11 22:11:32 +0100
commit593fcc4b57d0f5c3a46134add142ee8d9316aec6 (patch)
tree7cc9927adb5f7eab6fd0851e71d2ba67a5d07d3b /test/cli/Makefile.am
parentdd1075784fecfbfa929787dbed271e876ca1693f (diff)
downloadPROJ-593fcc4b57d0f5c3a46134add142ee8d9316aec6.tar.gz
PROJ-593fcc4b57d0f5c3a46134add142ee8d9316aec6.zip
test/cli/testcct: add minimalistic test of cct
Diffstat (limited to 'test/cli/Makefile.am')
-rw-r--r--test/cli/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/cli/Makefile.am b/test/cli/Makefile.am
index 50654968..9a8c7d5e 100644
--- a/test/cli/Makefile.am
+++ b/test/cli/Makefile.am
@@ -5,6 +5,7 @@ EXEPATH = ../../src
PROJEXE = $(EXEPATH)/proj
CS2CSEXE = $(EXEPATH)/cs2cs
PROJINFOEXE = $(EXEPATH)/projinfo
+CCTEXE = $(EXEPATH)/cct
# PROJ.4 test scripts
TEST27 = $(THIS_DIR)/test27
@@ -15,12 +16,13 @@ TESTFLAKY = $(THIS_DIR)/testflaky
TESTDATUMFILE = $(THIS_DIR)/testdatumfile
TESTIGN = $(THIS_DIR)/testIGNF
TESTPROJINFO = $(THIS_DIR)/testprojinfo
+TESTCCT = $(THIS_DIR)/testcct
EXTRA_DIST = pj_out27.dist pj_out83.dist td_out.dist \
test27 test83 tv_out.dist tf_out.dist \
testflaky testvarious testdatumfile testntv2 ntv2_out.dist \
testIGNF proj_outIGNF.dist \
- testprojinfo testprojinfo_out.dist \
+ testprojinfo testprojinfo_out.dist testcct_out.dist \
CMakeLists.txt
testprojinfo-check:
@@ -50,4 +52,7 @@ testntv2-check:
PROJ_LIB=$(DATAPATH) $(TESTNTV2) $(CS2CSEXE) ; \
fi
-check-local: testprojinfo-check test27-check test83-check testvarious-check testdatumfile-check testign-check testntv2-check
+testcct-check:
+ PROJ_LIB=$(DATAPATH) $(TESTCCT) $(CCTEXT)
+
+check-local: testprojinfo-check test27-check test83-check testvarious-check testdatumfile-check testign-check testntv2-check testcct-check