X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2FCMakeLists.txt;h=1bc55d36d1ab7b755778c4c64d1a3c8a07702fb5;hb=622ac935fd1d8a5bc282ee127666a3e9d1954713;hp=7d198a2c6e28ec69f92f043f79954e5afff26b1a;hpb=cbde248859fb0072f6012907391ea90cfc254574;p=modules%2Fshaper.git diff --git a/src/PythonAPI/CMakeLists.txt b/src/PythonAPI/CMakeLists.txt index 7d198a2c6..1bc55d36d 100644 --- a/src/PythonAPI/CMakeLists.txt +++ b/src/PythonAPI/CMakeLists.txt @@ -3,14 +3,14 @@ SET(CMAKE_AUTOMOC ON) -INSTALL(DIRECTORY extension geom model examples DESTINATION PythonAPI) -INSTALL(FILES shaper.py DESTINATION PythonAPI) +INSTALL(DIRECTORY extension geom model examples DESTINATION ${SHAPER_INSTALL_PYTHON_API}) +INSTALL(FILES shaper.py DESTINATION ${SHAPER_INSTALL_PYTHON_API}) # --------- Unit tests ----------- INCLUDE(UnitTest) ADD_UNIT_TESTS( - TestShaper.py + TestPythonAPI.py TestModel.py TestSketcherAddPoint.py @@ -27,7 +27,7 @@ ADD_UNIT_TESTS( TestSketcherSetRigid.py TestSketcherSetLength.py TestSketcherSetRadius.py - TestSketcherSetAngle.py + #TestSketcherSetAngle.py TestSketcherSetEqual.py TestSketcherSetFillet.py @@ -35,7 +35,8 @@ ADD_UNIT_TESTS( TestFeaturesExtrusion.py TestFeaturesRevolution.py -# TestMakeBrick1.py -# TestMakeBrick2.py -# TestMakeBrick3.py + TestMakeBrick1.py + TestMakeBrick2.py + TestMakeBrick3.py + TestPlatine.py )