mirror of https://github.com/ecmwf/eccodes.git
GRIB-731: CMake: check the md5 of downloaded data for tests
This commit is contained in:
parent
456b3623d9
commit
f2a554fbe8
|
@ -16,7 +16,7 @@ set( ECCODES_INSTALL_INCLUDE_DIR include CACHE PATH "ecCodes override installati
|
||||||
|
|
||||||
include( ecbuild_system )
|
include( ecbuild_system )
|
||||||
|
|
||||||
ecbuild_requires_macro_version( 1.6 )
|
ecbuild_requires_macro_version( 1.7 )
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# local project
|
# local project
|
||||||
|
|
|
@ -95,8 +95,9 @@ if( HAVE_AEC )
|
||||||
LIST(APPEND files_to_download ccsds.grib2)
|
LIST(APPEND files_to_download ccsds.grib2)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
# Download all data files doing md5 check on each
|
||||||
ecbuild_get_test_multidata( TARGET get_gribs
|
ecbuild_get_test_multidata( TARGET get_gribs
|
||||||
NOCHECK
|
|
||||||
NAMES ${files_to_download}
|
NAMES ${files_to_download}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -244,7 +244,7 @@ set(tigge_files_to_download
|
||||||
tiggelam_cnmc_sfc.grib
|
tiggelam_cnmc_sfc.grib
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Download all data files doing md5 check on each
|
||||||
ecbuild_get_test_multidata( TARGET get_tigge_gribs
|
ecbuild_get_test_multidata( TARGET get_tigge_gribs
|
||||||
NOCHECK
|
|
||||||
NAMES ${tigge_files_to_download}
|
NAMES ${tigge_files_to_download}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue