mirror of https://github.com/ecmwf/eccodes.git
Testing: Add variables to test products supported
This commit is contained in:
parent
a56446fa16
commit
d08ced8000
|
@ -4,6 +4,8 @@ set -eax
|
|||
|
||||
proj_dir=@PROJECT_SOURCE_DIR@
|
||||
data_dir=@PROJECT_BINARY_DIR@/data
|
||||
HAVE_PRODUCT_BUFR=@HAVE_PRODUCT_BUFR@
|
||||
HAVE_PRODUCT_GRIB=@HAVE_PRODUCT_GRIB@
|
||||
HAVE_MEMFS=@HAVE_MEMFS@
|
||||
|
||||
# use definitions from binary dir to test if installation will be correct
|
||||
|
|
|
@ -4,6 +4,8 @@ set -eax
|
|||
|
||||
proj_dir=@PROJECT_SOURCE_DIR@
|
||||
data_dir=@PROJECT_BINARY_DIR@/data
|
||||
HAVE_PRODUCT_BUFR=@HAVE_PRODUCT_BUFR@
|
||||
HAVE_PRODUCT_GRIB=@HAVE_PRODUCT_GRIB@
|
||||
HAVE_MEMFS=@HAVE_MEMFS@
|
||||
|
||||
# use definitions from binary dir to test if installation will be correct
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
set -eax
|
||||
|
||||
data_dir=@PROJECT_BINARY_DIR@/data
|
||||
HAVE_PRODUCT_BUFR=@HAVE_PRODUCT_BUFR@
|
||||
HAVE_PRODUCT_GRIB=@HAVE_PRODUCT_GRIB@
|
||||
HAVE_MEMFS=@HAVE_MEMFS@
|
||||
|
||||
# use definitions from binary dir to test if installation will be correct
|
||||
|
|
|
@ -33,6 +33,8 @@ ECCODES_SAMPLES_PATH=${samp_dir}
|
|||
export ECCODES_SAMPLES_PATH
|
||||
|
||||
# Options
|
||||
HAVE_PRODUCT_BUFR=@HAVE_PRODUCT_BUFR@
|
||||
HAVE_PRODUCT_GRIB=@HAVE_PRODUCT_GRIB@
|
||||
HAVE_JPEG=@HAVE_JPEG@
|
||||
HAVE_LIBJASPER=@HAVE_LIBJASPER@
|
||||
HAVE_LIBOPENJPEG=@HAVE_LIBOPENJPEG@
|
||||
|
|
Loading…
Reference in New Issue