From 0b160736e9d92231c549d43129631c7e927652a7 Mon Sep 17 00:00:00 2001 From: azv Date: Fri, 7 Dec 2018 13:50:42 +0300 Subject: [PATCH] Add unit tests for BuildPlugin into corresponding CMakeLists.txt --- src/BuildPlugin/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2