]> SALOME platform Git repositories - modules/shaper.git/blobdiff - test.API/SHAPER/CMakeLists.txt
Salome HOME
Added unbit tests from CEA.
[modules/shaper.git] / test.API / SHAPER / CMakeLists.txt
diff --git a/test.API/SHAPER/CMakeLists.txt b/test.API/SHAPER/CMakeLists.txt
new file mode 100644 (file)
index 0000000..260ded0
--- /dev/null
@@ -0,0 +1,17 @@
+## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+INCLUDE(UnitTest)
+
+ADD_UNIT_TESTS_API(
+  Primitives/TestBox.py
+  Primitives/TestCylinder.py
+  Primitives/TestAPI_Box.py
+  Primitives/TestAPI_Cylinder.py
+  GDML/TestConeSegment.py
+  GDML/TestAPI_ConeSegment.py
+  Transformations/TestScale.py
+  Transformations/TestSymmetry.py
+  Transformations/TestTranslation.py
+  Transformations/TestAPI_Scale.py
+  Transformations/TestAPI_Symmetry.py
+  Transformations/TestAPI_Translation.py
+)