aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-01-04 13:07:46 +0100
committerKristian Evers <kristianevers@gmail.com>2019-01-04 13:08:14 +0100
commit78d4126eb54d3f066d7225c160707fc68ae31229 (patch)
tree7e6095d726e940faacd77c6339f009a6197b6737 /test
parent6418ba16669bf50f7b813e0c0cb818746254aab8 (diff)
downloadPROJ-78d4126eb54d3f066d7225c160707fc68ae31229.tar.gz
PROJ-78d4126eb54d3f066d7225c160707fc68ae31229.zip
Add unitconvert.gie to CMake test setup
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index c46ad5d7..b618091b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -9,6 +9,7 @@ proj_add_gie_test("Ellipsoid" "gie/ellipsoid.gie")
proj_add_gie_test("GDA" "gie/GDA.gie")
proj_add_gie_test("4D-API-cs2cs-style" "gie/4D-API_cs2cs-style.gie")
proj_add_gie_test("DHDN_ETRS89" "gie/DHDN_ETRS89.gie")
+proj_add_gie_test("Unitconvert" "gie/unitconvert.gie")
# GIGS tests. Uncommented tests are expected to fail due to issues with
# various projections. Should be investigated further and fixed.