diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-01-04 13:07:46 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-01-04 13:08:14 +0100 |
| commit | 78d4126eb54d3f066d7225c160707fc68ae31229 (patch) | |
| tree | 7e6095d726e940faacd77c6339f009a6197b6737 /test | |
| parent | 6418ba16669bf50f7b813e0c0cb818746254aab8 (diff) | |
| download | PROJ-78d4126eb54d3f066d7225c160707fc68ae31229.tar.gz PROJ-78d4126eb54d3f066d7225c160707fc68ae31229.zip | |
Add unitconvert.gie to CMake test setup
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 1 |
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. |
