diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-02-23 13:13:12 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-02-23 13:48:21 +0100 |
| commit | da5a3cd178f532c6d1462ad3262eab99ff24146e (patch) | |
| tree | b0c05d734940b148dc28fdbb607c42922cdb43d9 /test/CMakeLists.txt | |
| parent | 67d49b8c3c049aa5cbdb77c3213483d12ebf9d3e (diff) | |
| download | PROJ-da5a3cd178f532c6d1462ad3262eab99ff24146e.tar.gz PROJ-da5a3cd178f532c6d1462ad3262eab99ff24146e.zip | |
Download BETA2007 grid from proj-datumgrid package in CI scripts.
Following PR #806 which removed various grids from nad/, we now have
to download the BETA2007 grid before that DHDN_ETRS89 test can pass
successfully.
Diffstat (limited to 'test/CMakeLists.txt')
| -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 7475f715..43105233 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -8,6 +8,7 @@ proj_add_gie_test("Deformation" "gie/deformation.gie") 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") # GIGS tests. Uncommented tests are expected to fail due to issues with # various projections. Should be investigated further and fixed. |
