Salome HOME
Commenting on tests related to GDML
[modules/shaper.git] / test.API / SHAPER / CMakeLists.txt
index 9b1f8cd6c5eebe697bb9af92083507e3956bb26c..4e9b1d4fa874fa0ec0cf9b062d20f783d3e890e8 100644 (file)
@@ -22,16 +22,24 @@ INCLUDE(UnitTest)
 
 ADD_UNIT_TESTS_API(
   Primitives/TestBox.py
+  Primitives/TestCone.py
   Primitives/TestCylinder.py
+  Primitives/TestSphere.py
+  Primitives/TestTorus.py
   Primitives/TestAPI_Box.py
+  Primitives/TestAPI_Cone.py
   Primitives/TestAPI_Cylinder.py
-  GDML/TestConeSegment.py
-  GDML/TestAPI_ConeSegment.py
+  Primitives/TestAPI_Sphere.py
+  Primitives/TestAPI_Torus.py
+  #GDML/TestConeSegment.py
+  #GDML/TestAPI_ConeSegment.py
+  Transformations/TestAPI_MultiRotation.py
   Transformations/TestAPI_MultiTranslation.py
   Transformations/TestAPI_Rotation.py
   Transformations/TestAPI_Scale.py
   Transformations/TestAPI_Symmetry.py
   Transformations/TestAPI_Translation.py
+  Transformations/TestMultiRotation.py
   Transformations/TestMultiTranslation.py
   Transformations/TestRotation.py
   Transformations/TestScale.py