X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Ftests.set;h=531a85c515336684c17bb5180cddd9f7ec95e3cf;hp=f5fddb58218c8c179adac2416920ced58c66097f;hb=17c79a5fcf3b726b9beb583d93b238dc3da54d31;hpb=8d297d6698f361d4f2dde723050bcfbaea050920 diff --git a/doc/salome/examples/tests.set b/doc/salome/examples/tests.set index f5fddb582..531a85c51 100644 --- a/doc/salome/examples/tests.set +++ b/doc/salome/examples/tests.set @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2015-2021 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 @@ -43,6 +43,10 @@ SET(BAD_TESTS 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 + blocFissure_01_without_session.py ) SET(GOOD_TESTS @@ -111,8 +115,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 @@ -177,6 +184,13 @@ SET(GOOD_TESTS 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)