2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-02-17 16:50:18 +08:00
netcdf-c/ncremote_test/tst_ncdap4.sh
2011-09-27 21:40:54 +00:00

22 lines
506 B
Bash
Executable File

#!/bin/sh
#X="-x"
#grind="checkleaks"
# if this is part of a distcheck action, then this script
# will be executed in a different directory
# than the one containing it; so capture the path to this script
# as the location of the source directory.
srcdir=`dirname $0`
# compute the build directory
# Do a hack to remove e.g. c: for CYGWIN
cd `pwd`
builddir=`pwd`/..
# Hack for CYGWIN
cd $srcdir
srcdir=`pwd`
cd ${builddir}/ncdap_test
exec $X ${srcdir}/tst_ncdap.sh "$srcdir" "$builddir" "file4" $grind