From: NATHALIE GORE Date: Mon, 7 Nov 2022 09:23:52 +0000 (+0100) Subject: Switch Test1673 to SHAPR_SEQ X-Git-Tag: V9_10_0b1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cf0406b7d2f0807967007eb67be379858c6355e5;p=modules%2Fshaper.git Switch Test1673 to SHAPR_SEQ --- diff --git a/src/SketchPlugin/CTestTestfileInstall.cmake b/src/SketchPlugin/CTestTestfileInstall.cmake index f9f728f70..a388413c8 100644 --- a/src/SketchPlugin/CTestTestfileInstall.cmake +++ b/src/SketchPlugin/CTestTestfileInstall.cmake @@ -20,10 +20,16 @@ include(tests.set) include(tests_change_radius.set) -set(TEST_NAMES ${TEST_NAMES} ${TEST_NAMES_CHANGE_RADIUS}) +set(TEST_NAMES ${TEST_NAMES_PARA} ${TEST_NAMES_CHANGE_RADIUS}) foreach(tfile ${TEST_NAMES}) set(TEST_NAME ${COMPONENT_NAME}_${tfile}) add_test(${TEST_NAME} python ${tfile}) set_tests_properties(${TEST_NAME} PROPERTIES LABELS "${SALOME_TEST_LABEL_ADV}") endforeach() + +foreach(tfile ${TEST_NAMES_SEQ}) + set(TEST_NAME ${COMPONENT_NAME}_${tfile}) + add_test(${TEST_NAME} python ${tfile}) + set_tests_properties(${TEST_NAME} PROPERTIES LABELS "${SALOME_TEST_LABEL_SEQ}") +endforeach() diff --git a/src/SketchPlugin/tests.set b/src/SketchPlugin/tests.set index 0c22d8d4c..9eef76e8e 100644 --- a/src/SketchPlugin/tests.set +++ b/src/SketchPlugin/tests.set @@ -17,11 +17,10 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -SET(TEST_NAMES +SET(TEST_NAMES_PARA Test1061.py Test1577.py Test1578.py - Test1673.py Test1779.py Test1924.py Test1963.py @@ -233,3 +232,10 @@ SET(TEST_NAMES TestTrimPreview.py TestUpdateSketch.py ) + +SET(TEST_NAMES_SEQ + Test1673.py +) + +set(TEST_NAMES ${TEST_NAMES_PARA} ${TEST_NAMES_SEQ}) +