Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / tests.set
index 1274228bc8b2c3c7c39ae96359b0c1fec7317c76..5c940ea3af8b92dcb645d1e10d485ce1afe91a48 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
@@ -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
@@ -178,7 +178,8 @@ SET(TEST_NAMES
                TestMeasurementAngle3Points.py
                TestMeasurementPresentation.py
                TestFusionFaces.py
-               TestFusionFaces2697.py 
+               TestFusionFaces2697.py
+               TestFusionFaces32443.py
                Test1379.py
                Test1922.py
                Test1942.py
@@ -227,6 +228,7 @@ SET(TEST_NAMES
                TestBooleanCut_Shell_Shell.py
                TestBooleanCut_ShellCompound_ShellCompound.py
                TestBooleanCut_Solid_Solid.py
+               TestBooleanCut_Solid_Compound.py
                TestBooleanCut_SolidCompound_SolidCompound.py
                TestBooleanCut_Vertex_Vertex.py
                TestBooleanCut_VertexCompound_Solid.py
@@ -497,7 +499,6 @@ SET(TEST_NAMES
                Test2817.py
                Test19065.py
                Test19066.py
-               Test19115.py
                Test19196.py
                TestFillet1D_ErrorMsg.py
                TestFillet1D_Vertices_1.py
@@ -519,11 +520,34 @@ SET(TEST_NAMES
                Test20245_1.py
                Test20245_2.py
                Test20245_3.py
+               Test20245_3_geometrical.py
                Test20247.py
                Test22847.py
                TestPointCoordinates.py
+               TestPointCloud.py
                TestGeometryCalculation.py
                TestBoundingBox.py
                Test23885.py
                TestNormalToFace.py
+               TestLoft.py
+               TestSewing_Manifold.py
+               TestSewing_NonManifold.py
+               TestSewing_Groups.py
+               TestGlueFaces_Compound.py
+               TestGlueFaces_Faces.py
+               TestGlueFaces_Shell.py
+               TestGlueFaces_Solids.py
+               TestLimitTolerance.py
+               TestLimitTolerance_Face.py
+               TestBooleanCut_Fuzzy_1.py
+               TestBooleanCut_Fuzzy_2.py
+               TestBooleanFuse_Fuzzy.py
+               TestBooleanCommon_Fuzzy.py
+               TestCheckSharedFaces.py
 )
+
+SET(TEST_NAMES_SEQ
+               Test19115.py
+)
+
+set(TEST_NAMES ${TEST_NAMES_PARA} ${TEST_NAMES_SEQ})