]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/tests.set
Salome HOME
Merge branch 'V9_11_BR'
[modules/shaper.git] / src / SketchPlugin / tests.set
index 4ba5a73c844f9b5d9b292102ca7f992ddb82b781..93cdf005a2658fd5f0f0ab4db4465787c23ab31c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2021  CEA/DEN, EDF R&D
+# Copyright (C) 2021-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # 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
@@ -65,7 +64,6 @@ SET(TEST_NAMES
   Test3154.py
   Test3170.py
   Test3240.py
-  Test19089.py
   Test19101.py
   Test20274_1.py
   Test20274_2.py
@@ -171,6 +169,8 @@ SET(TEST_NAMES
   TestMultiTranslation.py
   TestOffset1.py
   TestOffset2.py
+  TestOffset3.py
+  TestOffset4.py
   TestPresentation.py
   TestProjection.py
   TestProjectionBSpline.py
@@ -232,3 +232,11 @@ SET(TEST_NAMES
   TestTrimPreview.py
   TestUpdateSketch.py
 )
+
+SET(TEST_NAMES_SEQ
+  Test1673.py
+  Test19089.py
+)
+
+set(TEST_NAMES ${TEST_NAMES_PARA} ${TEST_NAMES_SEQ})
+