mirror of https://github.com/ecmwf/eccodes.git
Rename test
This commit is contained in:
parent
44988df274
commit
a97734cf99
|
@ -145,7 +145,7 @@ list( APPEND tests_data_reqd
|
|||
multi_from_message
|
||||
grib_change_scanning
|
||||
grib_statistics
|
||||
tigge
|
||||
grib_tigge
|
||||
read_any
|
||||
grib_dump
|
||||
grib_dump_debug
|
||||
|
@ -162,7 +162,7 @@ endif()
|
|||
if( ENABLE_EXTRA_TESTS )
|
||||
list(APPEND tests_data_reqd grib_util_set_spec)
|
||||
list(APPEND tests_data_reqd grib_padding)
|
||||
list(APPEND tests_data_reqd tigge_conversions)
|
||||
list(APPEND tests_data_reqd grib_tigge_conversions)
|
||||
list(APPEND tests_data_reqd bufr_dump_encode_C)
|
||||
list(APPEND tests_data_reqd bufr_dump_decode_C)
|
||||
endif()
|
||||
|
|
|
@ -50,9 +50,9 @@ TESTS = definitions.sh \
|
|||
grib_change_scanning.sh \
|
||||
julian.sh \
|
||||
grib_statistics.sh \
|
||||
tigge.sh \
|
||||
grib_tigge.sh \
|
||||
grib_uerra.sh \
|
||||
tigge_conversions.sh \
|
||||
grib_tigge_conversions.sh \
|
||||
read_any.sh \
|
||||
grib_padding.sh \
|
||||
grib_lamb_az_eq_area.sh \
|
||||
|
|
Loading…
Reference in New Issue