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