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