Salome HOME
Switch Test1673 to SHAPR_SEQ
authorNATHALIE GORE <ng13417n@dsp0940623.atlas.edf.fr>
Mon, 7 Nov 2022 09:23:52 +0000 (10:23 +0100)
committerNATHALIE GORE <ng13417n@dsp0940623.atlas.edf.fr>
Mon, 7 Nov 2022 09:23:52 +0000 (10:23 +0100)
src/SketchPlugin/CTestTestfileInstall.cmake
src/SketchPlugin/tests.set

index f9f728f708d099fd1b1d6ab770d040a0bd607fa8..a388413c822674e43948bab86296e807bb9790ec 100644 (file)
 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()
index 0c22d8d4c09a4e10806d6a0c9e9fc8dc032d6e0c..9eef76e8e6b6bc0f33d295fe3dfba6700a7b6367 100644 (file)
 # 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})
+