netcdf-c/nc_test4/run_chunk_hdf4.sh
2017-06-01 09:11:52 -06:00

21 lines
326 B
Bash
Executable File

#!/bin/sh
# Run test_chunk_hdf4 passing ${srcdir}
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh
echo ""
echo "*** Testing hdf4 chunking..."
if test "x${srcdir}" = "x" ; then
srcdir="."
fi
if ./tst_chunk_hdf4 ; then
echo "***SUCCESS!! tst_chunk_hdf4"
else
echo "***FAIL: tst_chunk_hdf4"
fi
exit 0