Salome HOME
Fix regression in unit tests
[modules/shaper.git] / src / PythonAPI / CMakeLists.txt
index 376853dfbb10d196618d6c877b61713f3820e20b..33337d6e39a45526000e90771316e19874717e6a 100644 (file)
@@ -10,18 +10,21 @@ INSTALL(FILES shaper.py DESTINATION PythonAPI)
 INCLUDE(UnitTest)
 
 ADD_UNIT_TESTS(
-  TestShaper.py
+  TestPythonAPI.py
   TestModel.py
 
   TestSketcherAddPoint.py
   TestSketcherAddLine.py
   TestSketcherAddArc.py
   TestSketcherAddCircle.py
+  TestSketcherAddMirror.py
   TestSketcherSetCoincident.py
+  TestSketcherSetTangent.py
   TestSketcherSetParallel.py
   TestSketcherSetPerpendicular.py
   TestSketcherSetHorizontal.py
   TestSketcherSetVertical.py
+  TestSketcherSetRigid.py
   TestSketcherSetLength.py
   TestSketcherSetRadius.py
   TestSketcherSetAngle.py
@@ -34,5 +37,6 @@ ADD_UNIT_TESTS(
 
   TestMakeBrick1.py
   TestMakeBrick2.py
-#  TestMakeBrick3.py
+  TestMakeBrick3.py
+  TestPlatine.py
   )