1 # Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE
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 # examples that can't be used for testing because they use external mesher plug-ins
23 a3DmeshOnModified2Dmesh.py
24 creating_meshes_ex01.py
25 creating_meshes_ex03.py
26 creating_meshes_ex05.py
27 defining_hypotheses_ex06.py
28 defining_hypotheses_ex09.py
29 defining_hypotheses_ex17.py
37 generate_flat_elements.py
38 modifying_meshes_ex26.py
40 quality_controls_ex06.py
41 quality_controls_ex20.py
42 quality_controls_ex21.py
43 quality_controls_ex22.py
44 viewing_meshes_ex01.py
49 creating_meshes_ex02.py
50 creating_meshes_ex04.py
51 creating_meshes_ex06.py
52 creating_meshes_ex07.py
53 creating_meshes_ex08.py
54 defining_hypotheses_ex01.py
55 defining_hypotheses_ex02.py
56 defining_hypotheses_ex03.py
57 defining_hypotheses_ex04.py
58 defining_hypotheses_ex05.py
59 defining_hypotheses_ex07.py
60 defining_hypotheses_ex08.py
61 defining_hypotheses_ex10.py
62 defining_hypotheses_ex11.py
63 defining_hypotheses_ex12.py
64 defining_hypotheses_ex13.py
65 defining_hypotheses_ex14.py
66 defining_hypotheses_ex15.py
67 defining_hypotheses_ex16.py
68 defining_hypotheses_adaptive1d.py
101 filters_node_nb_conn.py
102 filters_belong2group.py
103 grouping_elements_ex01.py
104 grouping_elements_ex02.py
105 grouping_elements_ex03.py
106 grouping_elements_ex04.py
107 grouping_elements_ex05.py
108 grouping_elements_ex06.py
109 grouping_elements_ex07.py
110 grouping_elements_ex08.py
113 modifying_meshes_ex01.py
114 modifying_meshes_ex02.py
115 modifying_meshes_ex03.py
116 modifying_meshes_ex04.py
117 modifying_meshes_ex05.py
118 modifying_meshes_ex06.py
119 modifying_meshes_ex07.py
120 modifying_meshes_ex08.py
121 modifying_meshes_ex09.py
122 modifying_meshes_ex10.py
123 modifying_meshes_ex11.py
124 modifying_meshes_ex12.py
125 modifying_meshes_ex13.py
126 modifying_meshes_ex14.py
127 modifying_meshes_ex15.py
128 modifying_meshes_ex16.py
129 modifying_meshes_ex17.py
130 modifying_meshes_ex18.py
131 modifying_meshes_ex19.py
132 modifying_meshes_ex20.py
133 modifying_meshes_ex21.py
134 modifying_meshes_ex22.py
135 modifying_meshes_ex23.py
136 modifying_meshes_ex24.py
137 modifying_meshes_ex25.py
139 quality_controls_ex01.py
140 quality_controls_ex02.py
141 quality_controls_ex03.py
142 quality_controls_ex04.py
143 quality_controls_ex05.py
144 quality_controls_ex07.py
145 quality_controls_ex08.py
146 quality_controls_ex09.py
147 quality_controls_ex10.py
148 quality_controls_ex11.py
149 quality_controls_ex12.py
150 quality_controls_ex13.py
151 quality_controls_ex14.py
152 quality_controls_ex15.py
153 quality_controls_ex16.py
154 quality_controls_ex17.py
155 quality_controls_ex18.py
156 quality_controls_ex19.py
157 transforming_meshes_ex01.py
158 transforming_meshes_ex02.py
159 transforming_meshes_ex03.py
160 transforming_meshes_ex04.py
161 transforming_meshes_ex05.py
162 transforming_meshes_ex06.py
163 transforming_meshes_ex07.py
164 transforming_meshes_ex08.py
165 transforming_meshes_ex09.py
166 transforming_meshes_ex10.py
167 transforming_meshes_ex11.py
168 transforming_meshes_ex12.py
169 transforming_meshes_ex13.py
170 use_existing_faces.py
171 viewing_meshes_ex02.py
175 SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)
177 SALOME_GENERATE_TESTS_ENVIRONMENT(tests_env)
179 FOREACH(test ${GOOD_TESTS})
180 GET_FILENAME_COMPONENT(testname ${test} NAME_WE)
181 ADD_TEST(NAME ${testname}
182 COMMAND ${PYTHON_EXECUTABLE} -B ${CMAKE_SOURCE_DIR}/doc/salome/examples/testme.py ${CMAKE_CURRENT_SOURCE_DIR}/${test})
183 SET_TESTS_PROPERTIES(${testname} PROPERTIES ENVIRONMENT "${tests_env}")
186 # install Python scripts
187 SALOME_INSTALL_SCRIPTS("${EXAMPLES_TESTS}" ${SALOME_INSTALL_DOC}/examples/SMESH)
191 SET(TEST_INSTALL_DIRECTORY ${SALOME_INSTALL_SCRIPT_SCRIPTS}/test)
192 INSTALL(FILES ${GOOD_TESTS} DESTINATION ${TEST_INSTALL_DIRECTORY})
194 INSTALL(FILES CTestTestfileInstall.cmake
195 DESTINATION ${TEST_INSTALL_DIRECTORY}
196 RENAME CTestTestfile.cmake)