Salome HOME
Issue #2894: SIGSEGV in trim after double-click
[modules/shaper.git] / src / SketchPlugin / CMakeLists.txt
index 8a17e7fed0b7c325e8922e8a77fa1da1278d03bd..629a49ba07cf6047e015381e335141f5a85e4db1 100644 (file)
@@ -1,22 +1,21 @@
-## Copyright (C) 2014-2017  CEA/DEN, EDF R&D
-##
-## This library is free software; you can redistribute it and/or
-## modify it under the terms of the GNU Lesser General Public
-## License as published by the Free Software Foundation; either
-## version 2.1 of the License, or (at your option) any later version.
-##
-## This library is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-## Lesser General Public License for more details.
-##
-## You should have received a copy of the GNU Lesser General Public
-## License along with this library; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-##
-## See http:##www.salome-platform.org/ or
-## email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
-##
+# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 INCLUDE(Common)
 INCLUDE(UnitTest)
@@ -74,7 +73,6 @@ SET(PROJECT_SOURCES
     SketchPlugin_Circle.cpp
     SketchPlugin_Constraint.cpp
     SketchPlugin_ConstraintAngle.cpp
-    SketchPlugin_ConstraintBase.cpp
     SketchPlugin_ConstraintCoincidence.cpp
     SketchPlugin_ConstraintCollinear.cpp
     SketchPlugin_ConstraintDistance.cpp
@@ -127,6 +125,7 @@ SET(PROJECT_LIBRARIES
 
 SET(XML_RESOURCES
   plugin-Sketch.xml
+  plugin-SketchDrawer.xml
 )
 
 SET(TEXT_RESOURCES
@@ -182,6 +181,7 @@ ADD_UNIT_TESTS(
   Test2280.py
   Test2287.py
   Test2341.py
+  Test2376.py
   Test2390.py
   Test2393.py
   Test2425.py
@@ -191,6 +191,10 @@ ADD_UNIT_TESTS(
   Test2654.py
   Test2711.py
   Test2741.py
+  Test2810.py
+  Test2824.py
+  Test2860.py
+  Test2894.py
   TestArcBehavior.py
   TestConstraintAngle.py
   TestConstraintCoincidence.py
@@ -208,6 +212,7 @@ ADD_UNIT_TESTS(
   TestConstraintParallel.py
   TestConstraintPerpendicular.py
   TestConstraintRadius.py
+  TestConstraintRadiusFailure.py
   TestConstraintTangent.py
   TestConstraintVertical.py
   TestCreateArcByCenterStartEnd.py
@@ -242,6 +247,7 @@ ADD_UNIT_TESTS(
   TestMultiRotation05.py
   TestMultiRotationWithParameter.py
   TestMultiTranslation.py
+  TestPresentation.py
   TestProjection.py
   TestProjectionIntoResult.py
   TestProjectionUpdate.py
@@ -249,9 +255,12 @@ ADD_UNIT_TESTS(
   TestRemoveSketch.py
   TestSignedDistancePointLine.py
   TestSignedDistancePointPoint.py
+  TestSketchDrawer.py
   TestSketchPointLine.py
   TestSnowflake.py
   TestSplit.py
+  TestSplitLine.py
+  TestSplitPreview.py
   TestTrimArc01.py
   TestTrimArc02.py
   TestTrimArc03.py
@@ -259,6 +268,7 @@ ADD_UNIT_TESTS(
   TestTrimArc05.py
   TestTrimArc06.py
   TestTrimArc07.py
+  TestTrimArc08.py
   TestTrimCircle01.py
   TestTrimCircle02.py
   TestTrimCircle03.py
@@ -267,7 +277,9 @@ ADD_UNIT_TESTS(
   TestTrimCircleAndArc01.py
   TestTrimLine01.py
   TestTrimLine02.py
-  TestSketchDrawer.py
+  TestTrimLine03.py
+  TestTrimPreview.py
+  TestUpdateSketch.py
 )
 
 if(${SKETCHER_CHANGE_RADIUS_WHEN_MOVE})