Salome HOME
66a2564f745fcdd96a9ad630e1f86b8c1a68850a
[modules/smesh.git] / test / tests.set
1 # Copyright (C) 2015-2024  CEA, EDF, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # The following tests cannot be executed with 'make test' because they use
21 # external meshing plug-ins.
22 # On the other hand these tests can be executed with 'salome test'.
23 # ---------------------------------------------------------------------------
24
25 SET(BAD_TESTS
26   blocFissure_01_without_session.py
27   blocFissure_02_without_session.py
28   blocFissure_03_without_session.py
29   blocFissure_04_without_session.py
30   blocFissure_05_without_session.py
31   blocFissure_06_without_session.py
32   blocFissure_07_without_session.py
33   body_fitting_viscous_layer_cylinder.py
34   body_fitting_viscous_layer_tpipe.py
35   body_fitting_quanta_sphere.py
36   ex04_cube5tetraHexa.py
37   ex21_lamp.py
38   ex29_refine.py
39   ex_MakePolyLine.py
40   test_smeshplugins.py
41   test_vlapi_growthlayer.py
42   PAL_MESH_041_mesh.py
43   PAL_MESH_043_3D.py
44   SMESH_BelongToGeom.py
45   SMESH_box2_tetra.py
46   SMESH_box3_tetra.py
47   SMESH_box_tetra.py
48   SMESH_controls.py
49   SMESH_controls_scaled_jacobian.py
50   SMESH_fixation_netgen.py
51   SMESH_fixation_tetra.py
52   SMESH_flight_skin.py
53   SMESH_freebord.py
54   SMESH_GroupFromGeom.py
55   SMESH_GroupFromGeom2.py
56   SMESH_GroupLyingOnGeom.py
57   SMESH_mechanic_editor.py
58   SMESH_mechanic_netgen.py
59   SMESH_mechanic.py
60   SMESH_mechanic_tetra.py
61   SMESH_Nut.py
62   SMESH_Partition1_tetra.py
63   SMESH_reg.py
64   SMESH_test.py
65   SMESH_test1_AndDisplay.py
66   SMESH_test1.py
67   SMESH_test2.py
68   SMESH_test4.py
69   SMESH_create_dual_mesh_adapt.py
70   SMESH_create_dual_mesh_tpipe.py
71   netgen_runner.py
72   netgen_runner_2D.py
73   netgen_runner_1D2D3D.py
74   gmsh_runner.py
75   test_import_1D2D_with_tetras_and_pyras.py
76   )
77
78 # The following tests can be executed with both 'make test' and 'salome test'.
79 # ----------------------------------------------------------------------------
80
81 SET(GOOD_TESTS
82   create_penta_biquad.py
83   extrusion_penta_biquad.py
84   test_polyhedron_per_solid.py
85   test_vlapi_shrinkgeometry.py
86
87   ex01_cube2build.py
88   ex02_cube2primitive.py
89   ex03_cube2partition.py
90   ex05_hole1build.py
91   ex06_hole1boolean.py
92   ex07_hole1partition.py
93   ex08_hole2build.py
94   ex09_grid4build.py
95   ex10_grid4geometry.py
96   ex11_grid3partition.py
97   ex12_grid17partition.py
98   ex13_hole1partial.py
99   ex14_cyl1holed.py
100   ex15_cyl2geometry.py
101   ex16_cyl2complementary.py
102   ex17_dome1.py
103   ex18_dome2.py
104   ex19_sphereINcube.py
105   ex24_cylinder.py
106   ex30_groupsOp.py
107   ex31_dimGroup.py
108   PAL_MESH_043_2D.py
109   SMESH_AdvancedEditor.py
110   SMESH_blocks.py
111   SMESH_box.py
112   SMESH_BuildCompound.py
113   SMESH_demo_hexa2_upd.py
114   SMESH_fixation_hexa.py
115   SMESH_fixation.py
116   SMESH_hexaedre.py
117   SMESH_Sphere.py
118   SMESH_test0.py
119   SMESH_test3.py
120   SMESH_test5.py
121   )
122
123 # The following tests can be executed without driver, just by python.
124 # ----------------------------------------------------------------------------
125
126 SET(SESSION_FREE_TESTS
127   basic_geom_smesh_without_session.py
128   basic_shaper_smesh_without_session.py
129   basic_smesh_output_with_mc_field.py
130   doublenodes_polyhedra.py
131   shaper_smesh_groups_without_session.py
132   ssl_hdf5_symbols_conflicts.py
133   )
134
135 # Additional files to install (not tests)
136 # ---------------------------------------
137
138 SET(OTHER_FILES
139   ex00_all.py
140   )