X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2FCMakeLists.txt;h=33337d6e39a45526000e90771316e19874717e6a;hb=3205d0f18200948632155bbe7b640bc1e482243d;hp=376853dfbb10d196618d6c877b61713f3820e20b;hpb=e9ddcb81ff60a32b1b0dffbff65bbd92f6ce9b6e;p=modules%2Fshaper.git diff --git a/src/PythonAPI/CMakeLists.txt b/src/PythonAPI/CMakeLists.txt index 376853dfb..33337d6e3 100644 --- a/src/PythonAPI/CMakeLists.txt +++ b/src/PythonAPI/CMakeLists.txt @@ -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 )