From: Clarisse Genrault Date: Tue, 25 Jul 2017 11:28:26 +0000 (+0200) Subject: Add unit tests for transformations. X-Git-Tag: V_2.7.2~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5ae1d41b6262043f7413432239c146842a99ed4a;p=modules%2Fshaper.git Add unit tests for transformations. --- diff --git a/test.API/SHAPER/CMakeLists.txt b/test.API/SHAPER/CMakeLists.txt index 80c612aac..9b1f8cd6c 100644 --- a/test.API/SHAPER/CMakeLists.txt +++ b/test.API/SHAPER/CMakeLists.txt @@ -27,10 +27,19 @@ ADD_UNIT_TESTS_API( Primitives/TestAPI_Cylinder.py GDML/TestConeSegment.py GDML/TestAPI_ConeSegment.py - Transformations/TestScale.py - Transformations/TestSymmetry.py - Transformations/TestTranslation.py + Transformations/TestAPI_MultiTranslation.py + Transformations/TestAPI_Rotation.py Transformations/TestAPI_Scale.py Transformations/TestAPI_Symmetry.py Transformations/TestAPI_Translation.py + Transformations/TestMultiTranslation.py + Transformations/TestRotation.py + Transformations/TestScale.py + Transformations/TestSymmetry.py + Transformations/TestTranslation_1.py + Transformations/TestTranslation_2.py + Transformations/TestTranslation_3.py + Transformations/TestTranslation_4.py + Transformations/TestTranslation_5.py + Transformations/TestTranslation.py )