Salome HOME
bos #29628 Remove MEFISTO 2D algorithm
[modules/smesh.git] / test / tests.set
1 # Copyright (C) 2015-2021  CEA/DEN, EDF R&D, 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   ex04_cube5tetraHexa.py
34   ex21_lamp.py
35   ex29_refine.py
36   ex30_tepal.py
37   ex_MakePolyLine.py
38   test_smeshplugins.py
39   PAL_MESH_041_mesh.py
40   PAL_MESH_043_3D.py
41   SMESH_BelongToGeom.py
42   SMESH_box2_tetra.py
43   SMESH_box3_tetra.py
44   SMESH_box_tetra.py
45   SMESH_controls.py
46   SMESH_fixation_netgen.py
47   SMESH_fixation_tetra.py
48   SMESH_flight_skin.py
49   SMESH_freebord.py
50   SMESH_GroupFromGeom.py
51   SMESH_GroupFromGeom2.py
52   SMESH_GroupLyingOnGeom.py
53   SMESH_mechanic_editor.py
54   SMESH_mechanic_netgen.py
55   SMESH_mechanic.py
56   SMESH_mechanic_tetra.py
57   SMESH_Nut.py
58   SMESH_Partition1_tetra.py
59   SMESH_reg.py
60   SMESH_test.py
61   SMESH_test1_AndDisplay.py
62   SMESH_test1.py
63   SMESH_test2.py
64   SMESH_test4.py
65   )
66 IF(NOT WIN32)
67   LIST(APPEND BAD_TESTS
68     test_smeshplugin_mg_tetra_parallele.py
69   )
70 ENDIF(NOT WIN32)
71
72 # The following tests can be executed with both 'make test' and 'salome test'.
73 # ----------------------------------------------------------------------------
74
75 SET(GOOD_TESTS
76   create_penta_biquad.py
77   extrusion_penta_biquad.py
78   test_polyhedron_per_solid.py
79
80   ex01_cube2build.py
81   ex02_cube2primitive.py
82   ex03_cube2partition.py
83   ex05_hole1build.py
84   ex06_hole1boolean.py
85   ex07_hole1partition.py
86   ex08_hole2build.py
87   ex09_grid4build.py
88   ex10_grid4geometry.py
89   ex11_grid3partition.py
90   ex12_grid17partition.py
91   ex13_hole1partial.py
92   ex14_cyl1holed.py
93   ex15_cyl2geometry.py
94   ex16_cyl2complementary.py
95   ex17_dome1.py
96   ex18_dome2.py
97   ex19_sphereINcube.py
98   ex24_cylinder.py
99   ex30_groupsOp.py
100   ex31_dimGroup.py
101   PAL_MESH_043_2D.py
102   SMESH_AdvancedEditor.py
103   SMESH_blocks.py
104   SMESH_box.py
105   SMESH_BuildCompound.py
106   SMESH_demo_hexa2_upd.py
107   SMESH_fixation_hexa.py
108   SMESH_fixation.py
109   SMESH_hexaedre.py
110   SMESH_Sphere.py
111   SMESH_test0.py
112   SMESH_test3.py
113   SMESH_test5.py
114   )
115
116 # The following tests can be executed without driver, just by python.
117 # ----------------------------------------------------------------------------
118
119 SET(SESSION_FREE_TESTS
120   basic_geom_smesh_without_session.py
121   basic_shaper_smesh_without_session.py
122   basic_smesh_output_with_mc_field.py
123   doublenodes_polyhedra.py
124   shaper_smesh_groups_without_session.py
125   ssl_hdf5_symbols_conflicts.py
126   )
127
128 # Additional files to install (not tests)
129 # ---------------------------------------
130
131 SET(OTHER_FILES
132   ex00_all.py
133   )