From 2986bab1472bfc40b701bc4c375bf1094c26f26f Mon Sep 17 00:00:00 2001 From: Clarisse Genrault Date: Mon, 2 Oct 2017 15:23:42 +0200 Subject: [PATCH] Adding sphere and cone tests for parametric API. --- test.API/SHAPER/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2