From: azv Date: Fri, 7 Dec 2018 10:50:42 +0000 (+0300) Subject: Add unit tests for BuildPlugin into corresponding CMakeLists.txt X-Git-Tag: End2018~105 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0b160736e9d92231c549d43129631c7e927652a7;p=modules%2Fshaper.git Add unit tests for BuildPlugin into corresponding CMakeLists.txt --- diff --git a/src/BuildPlugin/CMakeLists.txt b/src/BuildPlugin/CMakeLists.txt index e13afc3bf..ade18b8fb 100644 --- a/src/BuildPlugin/CMakeLists.txt +++ b/src/BuildPlugin/CMakeLists.txt @@ -105,8 +105,11 @@ INSTALL(FILES ${XML_RESOURCES} ${TEXT_RESOURCES} DESTINATION ${SHAPER_INSTALL_XM INSTALL(DIRECTORY icons/ DESTINATION ${SHAPER_INSTALL_XML_RESOURCES}/icons/Build) ADD_UNIT_TESTS(TestVertex.py + TestVertex_ErrorMsg.py TestEdge.py + TestEdge_ErrorMsg.py TestWire.py + TestWire_ErrorMsg.py TestPolyline.py TestInterpolation.py TestFace.py @@ -114,11 +117,14 @@ ADD_UNIT_TESTS(TestVertex.py TestSolid.py TestCompSolid.py TestCompound.py + TestConpound_ErrorMsg.py TestSubShapes.py + TestSubShapes_ErrorMsg.py TestFilling.py TestFilling_ByEdges.py TestFilling_ByWires.py TestFilling_Mixed.py + TestFilling_ErrorMsg.py Test1920.py Test2398.py Test2415.py