diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-11-28 16:09:17 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-28 16:09:17 +1300 |
| commit | 8c6fe8b673c9876e7301d4a890403a931540c17c (patch) | |
| tree | d3c8f948c694ddd36cf7f5c3b68d8f13d1157976 /travis/install.sh | |
| parent | 1f48f4c333bfe135296d3be643ef4981dc401c38 (diff) | |
| download | PROJ-8c6fe8b673c9876e7301d4a890403a931540c17c.tar.gz PROJ-8c6fe8b673c9876e7301d4a890403a931540c17c.zip | |
Add tests for GDA2020 (#688)
Add GDA2020 tests, and correct the PJ_helmert bug they revealed
Diffstat (limited to 'travis/install.sh')
| -rwxr-xr-x | travis/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/install.sh b/travis/install.sh index f71108c6..78da24de 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -85,6 +85,7 @@ PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/more_builtins.gie PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/deformation.gie PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/axisswap.gie PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/ellipsoid.gie +PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/GDA.gie # install & run the working GIGS test # create locations that pyproj understands |
