netcdf-c/nc_test4/tst_szip.sh
Dennis Heimbigner d8d4ed627a master merge
2017-08-29 18:05:46 -06:00

27 lines
403 B
Bash
Executable File

#!/bin/sh
export SETX=1
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh
set -e
rm -f testnc.h5 testszip.nc
echo "*** Testing tst_szip "
${execdir}/test_szip
echo "***Passed"
echo "*** Testing h5testszip "
${execdir}/h5testszip
echo "***Passed"
echo "*** Testing h5testszip on testszip.nc"
${execdir}/h5testszip ./testszip.nc
echo "***Passed"
rm -f testnc.h5 testszip.nc
exit