netcdf-c/ncdump/tst_ncgen4_classic.sh
2017-11-17 08:22:49 -07:00

18 lines
231 B
Bash
Executable File

#!/bin/sh
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh
set -e
echo ""
verbose=0
export verbose
KFLAG=1 ; export KFLAG
bash -x ${srcdir}/tst_ncgen4_diff.sh
bash -x ${srcdir}/tst_ncgen4_cycle.sh
exit 0