Salome HOME
Issue #3014: Partition fails
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index 1a7ee6023fa7ae22b5806962db3e6034962eed01..7640e539aea9caa8e33620dc08b0c9e542ad577a 100644 (file)
@@ -136,6 +136,7 @@ SET(XML_RESOURCES
 
 SET(TEXT_RESOURCES
     FeaturesPlugin_msg_en.ts
+    FeaturesPlugin_msg_fr.ts
     FeaturesPlugin_msg_ru.ts
 )
 
@@ -176,6 +177,7 @@ ADD_UNIT_TESTS(TestExtrusion.py
                TestExtrusionCut.py
                TestExtrusionCut_BySize.py
                TestExtrusionCut_ByPlanesAndOffsets.py
+               TestExtrusionCut_ByFaces.py
                TestExtrusionFuse.py
                TestExtrusionFuse_BySize.py
                TestExtrusionFuse_ByPlanesAndOffsets.py
@@ -486,6 +488,8 @@ ADD_UNIT_TESTS(TestExtrusion.py
                Test2826.py
                Test2854.py
                Test2878.py
+               Test2971.py
+               Test3014.py
                TestBooleanCommon_MultiLevelCompound_v0_1.py
                TestBooleanCommon_MultiLevelCompound_v0_2.py
                TestBooleanCommon_MultiLevelCompound_v20190506_1.py
@@ -524,4 +528,5 @@ ADD_UNIT_TESTS(TestExtrusion.py
                TestRemoveResultsPart.py
                Test17000.py
                Test17261.py
+               Test17281.py
 )