1 # Copyright (C) 2015 CEA/DEN, EDF R&D
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.
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.
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
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 SET(SALOME_TEST_DRIVER "$ENV{ABSOLUTE_APPLI_PATH}/bin/salome/appliskel/salome_test_driver.py")
21 SET(COMPONENT_NAME SMESH)
31 defining_hypotheses_ex01
32 defining_hypotheses_ex02
33 defining_hypotheses_ex03
34 defining_hypotheses_ex04
35 defining_hypotheses_ex05
36 defining_hypotheses_ex07
37 defining_hypotheses_ex08
38 defining_hypotheses_ex10
39 defining_hypotheses_ex11
40 defining_hypotheses_ex12
41 defining_hypotheses_ex13
42 defining_hypotheses_ex14
43 defining_hypotheses_ex15
44 defining_hypotheses_ex16
45 defining_hypotheses_adaptive1d
75 grouping_elements_ex01
76 grouping_elements_ex02
77 grouping_elements_ex03
78 grouping_elements_ex04
79 grouping_elements_ex05
80 grouping_elements_ex06
81 grouping_elements_ex07
82 grouping_elements_ex08
100 modifying_meshes_ex16
101 modifying_meshes_ex17
102 modifying_meshes_ex18
103 modifying_meshes_ex19
104 modifying_meshes_ex20
105 modifying_meshes_ex21
106 modifying_meshes_ex22
107 modifying_meshes_ex23
108 modifying_meshes_ex24
109 modifying_meshes_ex25
111 quality_controls_ex01
112 quality_controls_ex02
113 quality_controls_ex03
114 quality_controls_ex04
115 quality_controls_ex05
116 quality_controls_ex07
117 quality_controls_ex08
118 quality_controls_ex09
119 quality_controls_ex10
120 quality_controls_ex11
121 quality_controls_ex12
122 quality_controls_ex13
123 quality_controls_ex14
124 quality_controls_ex15
125 quality_controls_ex16
126 quality_controls_ex17
127 quality_controls_ex18
128 quality_controls_ex19
129 transforming_meshes_ex01
130 transforming_meshes_ex02
131 transforming_meshes_ex03
132 transforming_meshes_ex04
133 transforming_meshes_ex05
134 transforming_meshes_ex06
135 transforming_meshes_ex07
136 transforming_meshes_ex08
137 transforming_meshes_ex09
138 transforming_meshes_ex10
139 transforming_meshes_ex11
140 transforming_meshes_ex12
141 transforming_meshes_ex13
146 FOREACH(tfile ${GOOD_TESTS})
147 SET(TEST_NAME SMESH_${tfile})
148 ADD_TEST(${TEST_NAME} python ${SALOME_TEST_DRIVER} ${TIMEOUT} ${tfile}.py)
149 SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "${COMPONENT_NAME}")