From: NathalieGore Date: Wed, 16 Oct 2024 08:18:20 +0000 (+0200) Subject: adding UNSTABLE and UNSTABLE_SMESH X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3968f5c7ab72a333ac6616194f3575713f1b9e42;p=modules%2Fsmesh.git adding UNSTABLE and UNSTABLE_SMESH --- diff --git a/doc/examples/CTestTestfileInstall.cmake b/doc/examples/CTestTestfileInstall.cmake index fc5f11023..732d7cd30 100644 --- a/doc/examples/CTestTestfileInstall.cmake +++ b/doc/examples/CTestTestfileInstall.cmake @@ -37,7 +37,7 @@ SET(_unstable_tests ${UNSTABLE_TESTS}) LIST(SORT _unstable_tests) FOREACH(tfile ${_unstable_tests}) 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}) - 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()