mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
adding UNSTABLE and UNSTABLE_SMESH
This commit is contained in:
parent
3877eef73d
commit
3968f5c7ab
@ -37,7 +37,7 @@ SET(_unstable_tests ${UNSTABLE_TESTS})
|
|||||||
LIST(SORT _unstable_tests)
|
LIST(SORT _unstable_tests)
|
||||||
FOREACH(tfile ${_unstable_tests})
|
FOREACH(tfile ${_unstable_tests})
|
||||||
GET_FILENAME_COMPONENT(BASE_NAME ${tfile} NAME_WE)
|
GET_FILENAME_COMPONENT(BASE_NAME ${tfile} NAME_WE)
|
||||||
SET(TEST_NAME UNSTABLE_${BASE_NAME})
|
SET(TEST_NAME UNSTABLE_SMESH_${BASE_NAME})
|
||||||
ADD_TEST(${TEST_NAME} python ${PYTHON_TEST_DRIVER} ${TIMEOUT} ${SCRIPTS_DIR}/${tfile})
|
ADD_TEST(${TEST_NAME} python ${PYTHON_TEST_DRIVER} ${TIMEOUT} ${SCRIPTS_DIR}/${tfile})
|
||||||
SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "UNSTABLE;${COMPONENT_NAME}_examples")
|
SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "UNSTABLE;UNSTABLE_SMESH;${COMPONENT_NAME}_examples")
|
||||||
ENDFOREACH()
|
ENDFOREACH()
|
||||||
|
Loading…
Reference in New Issue
Block a user