Salome HOME
Merge branch 'CEA/FeaturesPlugin/LOFT'
[modules/shaper.git] / src / FeaturesPlugin / tests.set
index ecf379dc20c6087a0810ae325c2a6a887f348db8..88743ea12fa2bf63f882d2670796c7f85c56beb8 100644 (file)
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(TEST_NAMES
+SET(TEST_NAMES_PARA
                TestExtrusion.py
                TestExtrusionOfCompound.py
                TestExtrusionCut.py
@@ -497,7 +497,6 @@ SET(TEST_NAMES
                Test2817.py
                Test19065.py
                Test19066.py
-               Test19115.py
                Test19196.py
                TestFillet1D_ErrorMsg.py
                TestFillet1D_Vertices_1.py
@@ -529,3 +528,9 @@ SET(TEST_NAMES
                TestNormalToFace.py
                TestLoft.py
 )
+
+SET(TEST_NAMES_SEQ
+               Test19115.py
+)
+
+set(TEST_NAMES ${TEST_NAMES_PARA} ${TEST_NAMES_SEQ})