Skip to content

Commit

Permalink
Merge pull request #1259 from kbevers/fix-testcct
Browse files Browse the repository at this point in the history
Fix testcct and add new cli tests to CMake setup
  • Loading branch information
kbevers committed Feb 12, 2019
2 parents 94f0d87 + a0e5103 commit 06236ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

0 comments on commit 06236ec

Please sign in to comment.