From 9e468dc6fc3b3388f73c449924b54aa5b44f4333 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Sun, 6 Sep 2015 23:09:57 +0200 Subject: Fix 'flaky' typo, causing `make dist-all` failure. nad/Makefile.am uses nad/testflaky, but the file was named nad/testflakey. --- nad/testflakey | 74 ---------------------------------------------------------- nad/testflaky | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 74 deletions(-) delete mode 100755 nad/testflakey create mode 100755 nad/testflaky diff --git a/nad/testflakey b/nad/testflakey deleted file mode 100755 index 2d57d395..00000000 --- a/nad/testflakey +++ /dev/null @@ -1,74 +0,0 @@ -: -# Script to do some testing of flakey transformation that do not depend -# on datum files. -# -# -NAD_DIR=`dirname $0` -EXE=$1 - -usage() -{ - echo "Usage: ${0} " - echo - exit 1 -} - -if test -z "${EXE}"; then - EXE=../src/cs2cs -fi - -if test ! -x ${EXE}; then - echo "*** ERROR: Can not find '${EXE}' program!" - exit 1 -fi - -echo "============================================" -echo "Running ${0} using ${EXE}:" -echo "============================================" - -OUT=tf_out -#EXE=../src/cs2cs -# -echo "doing tests into file ${OUT}, please wait" -rm -f ${OUT} -# -echo "Test healpix inverse projection on sphere" >> ${OUT} -$EXE +proj=latlong +a=1 +lon_0=0 \ - +to +proj=healpix +a=1 +lon_0=0 -f '%.'5'f' -I\ - -E >>${OUT} <>${OUT} <" + echo + exit 1 +} + +if test -z "${EXE}"; then + EXE=../src/cs2cs +fi + +if test ! -x ${EXE}; then + echo "*** ERROR: Can not find '${EXE}' program!" + exit 1 +fi + +echo "============================================" +echo "Running ${0} using ${EXE}:" +echo "============================================" + +OUT=tf_out +#EXE=../src/cs2cs +# +echo "doing tests into file ${OUT}, please wait" +rm -f ${OUT} +# +echo "Test healpix inverse projection on sphere" >> ${OUT} +$EXE +proj=latlong +a=1 +lon_0=0 \ + +to +proj=healpix +a=1 +lon_0=0 -f '%.'5'f' -I\ + -E >>${OUT} <>${OUT} <