Salome HOME
#23999 EDF 22760 - integration of dev in SMESH (from branch 'gni/adaptation')
[modules/smesh.git] / doc / salome / examples / tests.set
index d7744d4f8da4f47b0ce522636e3255ecdf4d8de4..02ffd1e76d0c6ca64029c45a669f770ff7b926e6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2015-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -42,10 +42,15 @@ SET(BAD_TESTS
   quality_controls_ex21.py
   quality_controls_ex22.py
   viewing_meshes_ex01.py
+  radial_prism_3d_algo.py
+  test_smeshplugin_mg_tetra_parallele.py
+  test_smeshplugins.py
+  MGAdaptTests_without_session.py
   )
 
 SET(GOOD_TESTS
   cartesian_algo.py
+  create_penta_biquad.py
   creating_meshes_ex02.py
   creating_meshes_ex04.py
   creating_meshes_ex06.py
@@ -66,6 +71,7 @@ SET(GOOD_TESTS
   defining_hypotheses_ex15.py
   defining_hypotheses_ex16.py
   defining_hypotheses_adaptive1d.py
+  extrusion_penta_biquad.py
   filters_ex01.py
   filters_ex03.py
   filters_ex04.py
@@ -108,8 +114,11 @@ SET(GOOD_TESTS
   grouping_elements_ex06.py
   grouping_elements_ex07.py
   grouping_elements_ex08.py
+  grouping_elements_ex09.py
   measurements_ex01.py
   measurements_ex02.py
+  measurements_ex03.py
+  measurements_ex04.py
   modifying_meshes_ex01.py
   modifying_meshes_ex02.py
   modifying_meshes_ex03.py
@@ -135,6 +144,7 @@ SET(GOOD_TESTS
   modifying_meshes_ex23.py
   modifying_meshes_ex24.py
   modifying_meshes_ex25.py
+  modifying_meshes_split_vol.py
   prism_3d_algo.py
   quality_controls_ex01.py
   quality_controls_ex02.py
@@ -154,6 +164,7 @@ SET(GOOD_TESTS
   quality_controls_ex17.py
   quality_controls_ex18.py
   quality_controls_ex19.py
+  quality_controls_defl.py
   transforming_meshes_ex01.py
   transforming_meshes_ex02.py
   transforming_meshes_ex03.py
@@ -170,6 +181,15 @@ SET(GOOD_TESTS
   use_existing_faces.py
   viewing_meshes_ex02.py
   split_biquad.py
+  quad_medial_axis_algo.py
+  defining_hypotheses_len_near_vertex.py
+  test_polyhedron_per_solid.py
 )
 
-SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)
+set(SESSION_FREE_TESTS
+  basic_geom_smesh_without_session.py
+  basic_shaper_smesh_without_session.py
+  shaper_smesh_groups_without_session.py
+)
+
+SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} ${SESSION_FREE_TESTS} testme.py)