Salome HOME
Add a new mode for creating a box by a center and dimensions. (TestBox.py)
[modules/shaper.git] / test.API / SHAPER / tests.set
1 # Copyright (C) 2021  CEA/DEN, EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 SET(TEST_NAMES
21   Primitives/TestBox.py
22   Primitives/TestCone.py
23   Primitives/TestCylinder.py
24   Primitives/TestSphere.py
25   Primitives/TestTorus.py
26   Primitives/TestTube.py
27   Primitives/TestAPI_Box.py
28   Primitives/TestAPI_Cone.py
29   Primitives/TestAPI_Cylinder.py
30   Primitives/TestAPI_Sphere.py
31   Primitives/TestAPI_Torus.py
32   #GDML/TestConeSegment.py
33   #GDML/TestAPI_ConeSegment.py
34   Transformations/TestAPI_MultiRotation.py
35   Transformations/TestAPI_MultiTranslation.py
36   Transformations/TestAPI_Rotation.py
37   Transformations/TestAPI_Scale.py
38   Transformations/TestAPI_Symmetry.py
39   Transformations/TestAPI_Translation.py
40   Transformations/TestMultiRotation.py
41   Transformations/TestMultiTranslation.py
42   Transformations/TestRotation.py
43   Transformations/TestScale.py
44   Transformations/TestSymmetry.py
45   Transformations/TestTranslation_1.py
46   Transformations/TestTranslation_2.py
47   Transformations/TestTranslation_3.py
48   Transformations/TestTranslation_4.py
49   Transformations/TestTranslation_5.py
50   Transformations/TestTranslation.py
51 )