X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Ftests.set;h=bf759ea134cdf2b987fe5ed6e0ff1296fd3ad93c;hp=674e9a5a9d760be621195d0506f664be80eb4ad0;hb=e23a7cb81923e27e3b96ab97a90c325a703fef68;hpb=6d32f944a0a115b6419184c50b57bf7c4eef5786 diff --git a/doc/salome/examples/tests.set b/doc/salome/examples/tests.set index 674e9a5a9..bf759ea13 100644 --- a/doc/salome/examples/tests.set +++ b/doc/salome/examples/tests.set @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 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 @@ -44,8 +44,24 @@ SET(BAD_TESTS viewing_meshes_ex01.py radial_prism_3d_algo.py test_smeshplugins.py + blocFissure_01_without_session.py + blocFissure_02_without_session.py + blocFissure_03_without_session.py + blocFissure_04_without_session.py + blocFissure_05_without_session.py + blocFissure_06_without_session.py + blocFissure_07_without_session.py ) +IF(NOT WIN32) + LIST(APPEND BAD_TESTS + MGAdaptTests_without_session.py + test_homard_adapt.py + test_uniform_refinement.py + test_smeshplugin_mg_tetra_parallele.py + ) +ENDIF(NOT WIN32) + SET(GOOD_TESTS cartesian_algo.py create_penta_biquad.py @@ -104,6 +120,7 @@ SET(GOOD_TESTS filters_ex39.py filters_node_nb_conn.py filters_belong2group.py + find_salome_actor_delegate_to_vtk.py grouping_elements_ex01.py grouping_elements_ex02.py grouping_elements_ex03.py @@ -181,6 +198,16 @@ SET(GOOD_TESTS split_biquad.py quad_medial_axis_algo.py defining_hypotheses_len_near_vertex.py + test_polyhedron_per_solid.py +) + +set(SESSION_FREE_TESTS + basic_geom_smesh_without_session.py + basic_shaper_smesh_without_session.py + shaper_smesh_groups_without_session.py + basic_smesh_output_with_mc_field.py + ssl_hdf5_symbols_conflicts.py + doublenodes_polyhedra.py ) -SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py) +SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} ${SESSION_FREE_TESTS} testme.py)