mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Adding a test to check for regressions when subsetting a netCDF3 file.
This commit is contained in:
parent
2bf1f68cf7
commit
a5d9c2dbcd
BIN
ncdump/nccopy3_subset.nc
Normal file
BIN
ncdump/nccopy3_subset.nc
Normal file
Binary file not shown.
9
ncdump/tst_nccopy3_subset.sh
Normal file
9
ncdump/tst_nccopy3_subset.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
. ../test_common.sh
|
||||
|
||||
# For a netCDF-3 build, test nccopy on netCDF files in this directory
|
||||
|
||||
set -e
|
||||
echo ""
|
Loading…
Reference in New Issue
Block a user