Salome HOME
Update unit-tests for SketchPlugin. Test case for the Projection has been added
[modules/shaper.git] / src / SketchPlugin / CMakeLists.txt
index 3e842fe3eb4138976e4de10f6ece8c524b1a88aa..944181bf545293cd4a633adaaf7955a086510ca8 100644 (file)
@@ -122,11 +122,12 @@ ADD_UNIT_TESTS(TestSketchPointLine.py
                TestConstraintEqual.py
                TestConstraintTangent.py
                TestConstraintMirror.py
-               #TestConstraintAngle.py
+               TestConstraintAngle.py
                TestConstraintMiddlePoint.py
                TestMultiRotation.py
                TestMultiTranslation.py
                TestFillet.py
                TestRectangle.py
+               TestProjection.py
                TestHighload.py
                TestSnowflake.py)