mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-01 17:06:03 +08:00
10 lines
167 B
Bash
10 lines
167 B
Bash
|
#!/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 ""
|