diff --git a/examples/C/include.ctest.sh.in b/examples/C/include.ctest.sh.in index d221f0ddd..4e725db65 100644 --- a/examples/C/include.ctest.sh.in +++ b/examples/C/include.ctest.sh.in @@ -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 diff --git a/examples/F90/include.ctest.sh.in b/examples/F90/include.ctest.sh.in index e73107145..510ec17aa 100644 --- a/examples/F90/include.ctest.sh.in +++ b/examples/F90/include.ctest.sh.in @@ -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 diff --git a/examples/python/include.ctest.sh.in b/examples/python/include.ctest.sh.in index 5b651aece..eef69671a 100644 --- a/examples/python/include.ctest.sh.in +++ b/examples/python/include.ctest.sh.in @@ -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 diff --git a/tests/include.ctest.sh.in b/tests/include.ctest.sh.in index 5b545987e..7c8bd867e 100644 --- a/tests/include.ctest.sh.in +++ b/tests/include.ctest.sh.in @@ -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@