X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2FCMakeLists.txt;h=33337d6e39a45526000e90771316e19874717e6a;hb=3205d0f18200948632155bbe7b640bc1e482243d;hp=486a181750ebbcfc8045a30e70cd3a205e3a3ccd;hpb=ac98570b047bf72a5f75b8a1d83fe7fa6de5f097;p=modules%2Fshaper.git diff --git a/src/PythonAPI/CMakeLists.txt b/src/PythonAPI/CMakeLists.txt index 486a18175..33337d6e3 100644 --- a/src/PythonAPI/CMakeLists.txt +++ b/src/PythonAPI/CMakeLists.txt @@ -10,14 +10,16 @@ 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 @@ -35,5 +37,6 @@ ADD_UNIT_TESTS( TestMakeBrick1.py TestMakeBrick2.py -# TestMakeBrick3.py + TestMakeBrick3.py + TestPlatine.py )