mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
18 lines
231 B
Bash
Executable File
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
|
|
|
|
|