mirror of https://github.com/ecmwf/eccodes.git
20 lines
342 B
Bash
20 lines
342 B
Bash
set -ea
|
|
|
|
echo
|
|
echo "TEST: $0"
|
|
|
|
cpath=$TOPBUILDDIR
|
|
GRIB_DEFINITION_PATH=$cpath/definitions
|
|
export GRIB_DEFINITION_PATH
|
|
GRIB_SAMPLES_PATH=$cpath/samples
|
|
export GRIB_SAMPLES_PATH
|
|
tools_dir=$cpath/tools/
|
|
examples_dir=$cpath/examples/python
|
|
data_dir=$cpath/data
|
|
|
|
PYTHONPATH=$cpath/python:$cpath/python/.libs:$PYTHONPATH
|
|
export PYTHONPATH
|
|
|
|
set -u
|
|
|