diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-12-15 20:50:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-15 20:50:15 +0100 |
| commit | e5526bca37a5b88f36645fa8a6ff9cf3fd31ecfa (patch) | |
| tree | 038a65e379d4c23c5f0af3572aec05378c29710c /test/cli/Makefile.am | |
| parent | 6125d3b5a488d6dbaa536d0bde9125a63c1dc91a (diff) | |
| parent | 2c3a7c8bcc711cf34b79885edbf1e5dccacc5757 (diff) | |
| download | PROJ-e5526bca37a5b88f36645fa8a6ff9cf3fd31ecfa.tar.gz PROJ-e5526bca37a5b88f36645fa8a6ff9cf3fd31ecfa.zip | |
Merge pull request #1783 from rouault/restore_ob_tran_to_meter_compat_with_pj_transform
ob_tran: restore traditional handling of +to_meter with pj_transform() and proj utility (fixes #1782)
Diffstat (limited to 'test/cli/Makefile.am')
| -rw-r--r-- | test/cli/Makefile.am | 7 |
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 |
