mirror of https://github.com/ecmwf/eccodes.git
Testing: rename tests to easier identify which are grib or bufr related
This commit is contained in:
parent
c8ace53907
commit
e9dd5a6e5a
|
@ -24,7 +24,7 @@ list( APPEND test_bins
|
|||
grib_2nd_order_numValues
|
||||
optimize_scaling
|
||||
optimize_scaling_sh
|
||||
ecc-386
|
||||
grib_ecc-386
|
||||
ecc-517
|
||||
bufr_get_element
|
||||
sh_ieee64
|
||||
|
@ -82,7 +82,7 @@ list( APPEND tests_data_reqd
|
|||
ecc-379
|
||||
ecc-393
|
||||
ecc-433
|
||||
ecc-490
|
||||
grib_ecc-490
|
||||
ecc-556
|
||||
gts_get
|
||||
gts_ls
|
||||
|
@ -251,9 +251,9 @@ ecbuild_add_test( TARGET eccodes_t_grib_check_param_concepts
|
|||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/grib_check_param_concepts.sh
|
||||
)
|
||||
# Performance test. Must have -DENABLE_GRIB_TIMER=ON
|
||||
ecbuild_add_test( TARGET eccodes_t_ecc-386
|
||||
ecbuild_add_test( TARGET eccodes_t_grib_ecc-386
|
||||
TYPE SCRIPT
|
||||
CONDITION ENABLE_EXTRA_TESTS AND ENABLE_GRIB_TIMER
|
||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/ecc-386.sh
|
||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/grib_ecc-386.sh
|
||||
TEST_DEPENDS eccodes_download_gribs
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue