Salome HOME
[PythonAPI / sketcher] added setTangent method and fixed a small bug
[modules/shaper.git] / src / PythonAPI / CMakeLists.txt
index 551a8506e4a6cf97ef51f7225578f94fcf9c27b2..75c42711c9e62857080e175da21f531779f8aae6 100644 (file)
@@ -19,6 +19,9 @@ ADD_UNIT_TESTS(
   TestSketcherSetPerpendicular.py
   TestSketcherSetHorizontal.py
   TestSketcherSetVertical.py
+  TestSketcherSetLength.py
   TestSketcherSetRadius.py
   TestSketcherSetAngle.py
+  TestSketcherSetEqual.py
+  TestSketcherSetFillet.py
   )