aboutsummaryrefslogtreecommitdiff
path: root/test/cli
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-02-12 10:14:35 +0100
committerKristian Evers <kristianevers@gmail.com>2019-02-12 10:39:24 +0100
commita0e51031d922a9d273a8bba46c6039f7c6caa816 (patch)
tree1ec60304c4a017c54917d7bf738ebb9c742d8cd1 /test/cli
parent94f0d87714a86385a0102f1cbd086f888475912f (diff)
downloadPROJ-a0e51031d922a9d273a8bba46c6039f7c6caa816.tar.gz
PROJ-a0e51031d922a9d273a8bba46c6039f7c6caa816.zip
Add testprojinfo and testcct to CMake setup
Diffstat (limited to 'test/cli')
-rw-r--r--test/cli/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/cli/CMakeLists.txt b/test/cli/CMakeLists.txt
index d197b2aa..0c4ccf1b 100644
--- a/test/cli/CMakeLists.txt
+++ b/test/cli/CMakeLists.txt
@@ -3,10 +3,13 @@
#
set(CS2CS_BIN "cs2cs")
set(PROJ_BIN "proj")
+set(PROJINFO_BIN "projinfo")
+set(CCT_BIN "cct")
proj_add_test_script_sh("test27" PROJ_BIN )
proj_add_test_script_sh("test83" PROJ_BIN )
proj_add_test_script_sh("testvarious" CS2CS_BIN )
proj_add_test_script_sh("testdatumfile" CS2CS_BIN "connu")
proj_add_test_script_sh("testIGNF" CS2CS_BIN "ntf_r93.gsb")
proj_add_test_script_sh("testntv2" CS2CS_BIN "ntv2_0.gsb")
-
+proj_add_test_script_sh("testprojinfo" PROJINFO_BIN )
+proj_add_test_script_sh("testcct" CCT_BIN )