aboutsummaryrefslogtreecommitdiff
path: root/test/cli/Makefile.am
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-12-10 14:36:07 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-12-10 15:25:02 +0100
commit2c3a7c8bcc711cf34b79885edbf1e5dccacc5757 (patch)
tree62fad710df23f50d8c15ad7625e6f814488078af /test/cli/Makefile.am
parent29474bd7fdac013841a4795e93f714bba7791c56 (diff)
downloadPROJ-2c3a7c8bcc711cf34b79885edbf1e5dccacc5757.tar.gz
PROJ-2c3a7c8bcc711cf34b79885edbf1e5dccacc5757.zip
ob_tran: restore traditional handling of +to_meter with pj_transform() and proj utility (fixes #1782)
Fixes side-effect of https://github.com/OSGeo/PROJ/issues/1525 that went in 6.1.1 The correction is horribly hacky. Sorry...
Diffstat (limited to 'test/cli/Makefile.am')
-rw-r--r--test/cli/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/cli/Makefile.am b/test/cli/Makefile.am
index 758352c6..fb7169e4 100644
--- a/test/cli/Makefile.am
+++ b/test/cli/Makefile.am
@@ -10,6 +10,7 @@ CCTEXE = $(EXEPATH)/cct
# PROJ.4 test scripts
TEST27 = $(THIS_DIR)/test27
TEST83 = $(THIS_DIR)/test83
+TESTPROJ = $(THIS_DIR)/testproj
TESTNTV2 = $(THIS_DIR)/testntv2
TESTVARIOUS = $(THIS_DIR)/testvarious
TESTFLAKY = $(THIS_DIR)/testflaky
@@ -24,6 +25,7 @@ EXTRA_DIST = pj_out27.dist pj_out83.dist td_out.dist \
testIGNF proj_outIGNF.dist \
testprojinfo testprojinfo_out.dist \
testcct testcct_out.dist \
+ testproj testproj_out.dist \
CMakeLists.txt
testprojinfo-check:
@@ -35,6 +37,9 @@ test27-check:
test83-check:
$(TEST83) $(PROJEXE)
+testproj-check:
+ $(TESTPROJ) $(PROJEXE)
+
testvarious-check:
PROJ_LIB=$(PROJ_LIB) $(TESTVARIOUS) $(CS2CSEXE)
@@ -56,4 +61,4 @@ testntv2-check:
testcct-check:
PROJ_LIB=$(PROJ_LIB) $(TESTCCT) $(CCTEXE)
-check-local: testprojinfo-check test27-check test83-check testvarious-check testdatumfile-check testign-check testntv2-check testcct-check
+check-local: testprojinfo-check test27-check test83-check testproj-check testvarious-check testdatumfile-check testign-check testntv2-check testcct-check