From: Clarisse Genrault Date: Mon, 2 Oct 2017 13:23:42 +0000 (+0200) Subject: Adding sphere and cone tests for parametric API. X-Git-Tag: V_2.9.0~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2986bab1472bfc40b701bc4c375bf1094c26f26f;p=modules%2Fshaper.git Adding sphere and cone tests for parametric API. --- diff --git a/test.API/SHAPER/CMakeLists.txt b/test.API/SHAPER/CMakeLists.txt index 9b1f8cd6c..46dad6a53 100644 --- a/test.API/SHAPER/CMakeLists.txt +++ b/test.API/SHAPER/CMakeLists.txt @@ -22,7 +22,9 @@ INCLUDE(UnitTest) ADD_UNIT_TESTS_API( Primitives/TestBox.py + Primitives/TestCone.py Primitives/TestCylinder.py + Primitives/TestSphere.py Primitives/TestAPI_Box.py Primitives/TestAPI_Cylinder.py GDML/TestConeSegment.py