Skip to content

Commit

Permalink
[DO NOT MERGE ME] Test/debug OSGeo#3922
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 16, 2023
1 parent 3920d63 commit 4ea2932
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ matrix:
- DETAILS="linux, arm64"
- NPROC=4

- os: linux
dist: bionic
compiler: gcc
arch: ppc64le
env:
- BUILD_NAME=linux_generic
- DETAILS="linux, ppc64le"

allow_failures:
- env: BUILD_NAME=mingw32

Expand Down
11 changes: 11 additions & 0 deletions test/cli/testvarious
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,17 @@ $EXE -d 8 --t_epoch 2022 "GDA2020" "ITRF2014" -E >>${OUT} 2>&1 <<EOF
-30 150
EOF

echo "##############################################################" >> ${OUT}
echo "Test PROJ_NETWORK=ON $EXE -d 3 EPSG:26915 +to EPSG:26715" >> ${OUT}
PROJ_NETWORK=ON $EXE -d 3 EPSG:26915 +to EPSG:26715 -E >>${OUT} 2>&1 <<EOF
569704.57 4269024.67
EOF

PROJ_NETWORK=ON $EXE -d 3 EPSG:26915 +to EPSG:26715 -E >>${OUT} 2>&1 <<EOF
569704.57 4269024.67
EOF



# Done!
# do 'diff' with distribution results
Expand Down
4 changes: 4 additions & 0 deletions test/cli/tv_out.dist
Original file line number Diff line number Diff line change
Expand Up @@ -646,3 +646,7 @@ Test --s_epoch
##############################################################
Test --t_epoch
-30 150 -29.99999901 150.00000044 -0.00031879
##############################################################
Test PROJ_NETWORK=ON /home/even/proj/proj/build_cmake/bin/cs2cs -d 3 EPSG:26915 +to EPSG:26715
569704.57 4269024.67 569722.398 4268814.269 0.000
569704.57 4269024.67 569722.398 4268814.269 0.000

0 comments on commit 4ea2932

Please sign in to comment.