mirror of https://github.com/ecmwf/eccodes.git
Merge branch 'develop' of ssh://software.ecmwf.int:7999/eccodes/eccodes into develop
This commit is contained in:
commit
97a91904ae
|
@ -34,13 +34,17 @@ else
|
|||
export ECCODES_SAMPLES_PATH
|
||||
tools_dir=$cpath/tools/
|
||||
examples_dir=$cpath/examples/C/
|
||||
|
||||
#tools_dir="valgrind --error-exitcode=1 -q $cpath/tools/"
|
||||
#examples_dir="valgrind --error-exitcode=1 -q $cpath/examples/C/"
|
||||
|
||||
data_dir=$cpath/data
|
||||
else
|
||||
echo "Skipping test $0"
|
||||
exit
|
||||
fi
|
||||
|
||||
cd ${examples_dir}
|
||||
cd "$cpath/examples/C"
|
||||
|
||||
if [ -z "${GRIB_API_INCLUDE}" ]
|
||||
then
|
||||
|
|
|
@ -35,12 +35,16 @@ else
|
|||
examples_dir=$cpath/examples/F90/
|
||||
data_dir=$cpath/data
|
||||
samples_dir=$cpath/samples
|
||||
|
||||
#tools_dir="valgrind --error-exitcode=1 -q $cpath/tools/"
|
||||
#examples_dir="valgrind --error-exitcode=1 -q $cpath/examples/F90/"
|
||||
|
||||
else
|
||||
echo "Skipping test $0"
|
||||
exit
|
||||
fi
|
||||
|
||||
cd ${examples_dir}
|
||||
cd "$cpath/examples/F90"
|
||||
|
||||
if [ -z "${GRIB_API_INCLUDE}" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue