GRIB-731: CMake: check the md5 of downloaded data for tests

This commit is contained in:
Shahram Najm 2015-03-11 17:33:46 +00:00
parent 456b3623d9
commit f2a554fbe8
3 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@ set( ECCODES_INSTALL_INCLUDE_DIR include CACHE PATH "ecCodes override installati
include( ecbuild_system )
ecbuild_requires_macro_version( 1.6 )
ecbuild_requires_macro_version( 1.7 )
###############################################################################
# local project

View File

@ -95,8 +95,9 @@ if( HAVE_AEC )
LIST(APPEND files_to_download ccsds.grib2)
endif()
# Download all data files doing md5 check on each
ecbuild_get_test_multidata( TARGET get_gribs
NOCHECK
NAMES ${files_to_download}
)

View File

@ -244,7 +244,7 @@ set(tigge_files_to_download
tiggelam_cnmc_sfc.grib
)
# Download all data files doing md5 check on each
ecbuild_get_test_multidata( TARGET get_tigge_gribs
NOCHECK
NAMES ${tigge_files_to_download}
)