]> SALOME platform Git repositories - modules/shaper.git/blob - test.API/SHAPER/CMakeLists.txt
Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / test.API / SHAPER / CMakeLists.txt
1 ## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2 INCLUDE(UnitTest)
3
4 ADD_UNIT_TESTS_API(
5   Primitives/TestBox.py
6   Primitives/TestCylinder.py
7   Primitives/TestAPI_Box.py
8   Primitives/TestAPI_Cylinder.py
9   GDML/TestConeSegment.py
10   GDML/TestAPI_ConeSegment.py
11   Transformations/TestScale.py
12   Transformations/TestSymmetry.py
13   Transformations/TestTranslation.py
14   Transformations/TestAPI_Scale.py
15   Transformations/TestAPI_Symmetry.py
16   Transformations/TestAPI_Translation.py
17 )