mirror of https://github.com/ecmwf/eccodes.git
Testing: Add 'sanity' label for quick essential tests
This commit is contained in:
parent
0f85ca65a8
commit
528010ea0e
|
@ -61,7 +61,9 @@ foreach( tool ${tests_sanity} )
|
|||
CONDITION HAVE_FORTRAN
|
||||
RESOURCES bufr_read_scatterometer_f.ref
|
||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/${tool}.sh )
|
||||
set_tests_properties( eccodes_f_${tool} PROPERTIES LABELS "sanity" )
|
||||
if( HAVE_FORTRAN )
|
||||
set_tests_properties( eccodes_f_${tool} PROPERTIES LABELS "sanity" )
|
||||
endif()
|
||||
endforeach()
|
||||
foreach( tool ${tests_extra} )
|
||||
ecbuild_add_test( TARGET eccodes_f_${tool}
|
||||
|
|
Loading…
Reference in New Issue