mirror of https://github.com/ecmwf/eccodes.git
Remove download_data labels from tests. This is now automatically added by ecbuild
This commit is contained in:
parent
a7b57f2125
commit
08e0561b39
|
@ -19,9 +19,6 @@ ecbuild_get_test_multidata( TARGET eccodes_download_gribs
|
|||
NOCHECK
|
||||
NAMES ${files_to_download} )
|
||||
|
||||
if( ENABLE_TESTS )
|
||||
set_property( TEST eccodes_download_gribs APPEND PROPERTY LABELS download_data )
|
||||
endif()
|
||||
|
||||
# Copy other files - e.g. reference data, text files etc from the source data dir
|
||||
LIST(APPEND other_files
|
||||
|
|
|
@ -19,9 +19,6 @@ ecbuild_get_test_multidata(
|
|||
NOCHECK
|
||||
NAMES ${bufr_files_to_download} ${bufr_refs_to_download}
|
||||
)
|
||||
if( ENABLE_TESTS )
|
||||
set_property( TEST eccodes_download_bufrs APPEND PROPERTY LABELS download_data )
|
||||
endif()
|
||||
|
||||
# Copy other files - e.g. text files etc from the source data/bufr dir
|
||||
LIST(APPEND other_files
|
||||
|
|
|
@ -14,10 +14,6 @@ ecbuild_get_test_multidata(
|
|||
NOCHECK
|
||||
NAMES ${gts_files_to_download} ${gts_refs_to_download}
|
||||
)
|
||||
if( ENABLE_TESTS )
|
||||
set_property( TEST eccodes_download_gts APPEND PROPERTY LABELS download_data )
|
||||
endif()
|
||||
|
||||
|
||||
# Copy other files - e.g. text files etc from the source data/gts dir
|
||||
LIST(APPEND other_files
|
||||
|
|
|
@ -18,10 +18,6 @@ ecbuild_get_test_multidata(
|
|||
NAMES ${metar_files_to_download} ${metar_refs_to_download}
|
||||
)
|
||||
|
||||
if( ENABLE_TESTS )
|
||||
set_property( TEST eccodes_download_metars APPEND PROPERTY LABELS download_data )
|
||||
endif()
|
||||
|
||||
# Copy other files - e.g. text files etc from the source data/metar dir
|
||||
LIST(APPEND other_files
|
||||
metar_data_files.txt
|
||||
|
|
|
@ -8,10 +8,6 @@ string(REGEX REPLACE "\n" ";" tigge_files_to_download "${tigge_files_to_download
|
|||
ecbuild_get_test_multidata( TARGET eccodes_download_tigge_gribs
|
||||
NOCHECK
|
||||
NAMES ${tigge_files_to_download} )
|
||||
if( ENABLE_TESTS )
|
||||
set_property( TEST eccodes_download_tigge_gribs APPEND PROPERTY LABELS download_data )
|
||||
endif()
|
||||
|
||||
#######
|
||||
# Copy other files - e.g. reference data, text files etc from the source data dir
|
||||
LIST(APPEND other_files
|
||||
|
|
Loading…
Reference in New Issue