mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Share test definition
This commit is contained in:
parent
86ca561170
commit
288e301997
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2012-2017 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
@ -17,162 +17,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# examples that can't be used for testing because they use external mesher plug-ins
|
INCLUDE(tests.set)
|
||||||
SET(BAD_TESTS
|
|
||||||
3dmesh.py
|
|
||||||
a3DmeshOnModified2Dmesh.py
|
|
||||||
creating_meshes_ex01.py
|
|
||||||
creating_meshes_ex03.py
|
|
||||||
creating_meshes_ex05.py
|
|
||||||
defining_hypotheses_ex06.py
|
|
||||||
defining_hypotheses_ex09.py
|
|
||||||
defining_hypotheses_ex17.py
|
|
||||||
filters_ex02.py
|
|
||||||
filters_ex08.py
|
|
||||||
filters_ex23.py
|
|
||||||
filters_ex24.py
|
|
||||||
filters_ex25.py
|
|
||||||
filters_ex32.py
|
|
||||||
filters_ex35.py
|
|
||||||
generate_flat_elements.py
|
|
||||||
modifying_meshes_ex26.py
|
|
||||||
notebook_smesh.py
|
|
||||||
quality_controls_ex06.py
|
|
||||||
quality_controls_ex20.py
|
|
||||||
quality_controls_ex21.py
|
|
||||||
quality_controls_ex22.py
|
|
||||||
viewing_meshes_ex01.py
|
|
||||||
)
|
|
||||||
|
|
||||||
SET(GOOD_TESTS
|
|
||||||
cartesian_algo.py
|
|
||||||
creating_meshes_ex02.py
|
|
||||||
creating_meshes_ex04.py
|
|
||||||
creating_meshes_ex06.py
|
|
||||||
creating_meshes_ex07.py
|
|
||||||
creating_meshes_ex08.py
|
|
||||||
defining_hypotheses_ex01.py
|
|
||||||
defining_hypotheses_ex02.py
|
|
||||||
defining_hypotheses_ex03.py
|
|
||||||
defining_hypotheses_ex04.py
|
|
||||||
defining_hypotheses_ex05.py
|
|
||||||
defining_hypotheses_ex07.py
|
|
||||||
defining_hypotheses_ex08.py
|
|
||||||
defining_hypotheses_ex10.py
|
|
||||||
defining_hypotheses_ex11.py
|
|
||||||
defining_hypotheses_ex12.py
|
|
||||||
defining_hypotheses_ex13.py
|
|
||||||
defining_hypotheses_ex14.py
|
|
||||||
defining_hypotheses_ex15.py
|
|
||||||
defining_hypotheses_ex16.py
|
|
||||||
defining_hypotheses_adaptive1d.py
|
|
||||||
filters_ex01.py
|
|
||||||
filters_ex03.py
|
|
||||||
filters_ex04.py
|
|
||||||
filters_ex05.py
|
|
||||||
filters_ex06.py
|
|
||||||
filters_ex07.py
|
|
||||||
filters_ex09.py
|
|
||||||
filters_ex10.py
|
|
||||||
filters_ex11.py
|
|
||||||
filters_ex12.py
|
|
||||||
filters_ex13.py
|
|
||||||
filters_ex14.py
|
|
||||||
filters_ex15.py
|
|
||||||
filters_ex16.py
|
|
||||||
filters_ex17.py
|
|
||||||
filters_ex18.py
|
|
||||||
filters_ex19.py
|
|
||||||
filters_ex20.py
|
|
||||||
filters_ex21.py
|
|
||||||
filters_ex22.py
|
|
||||||
filters_ex26.py
|
|
||||||
filters_ex27.py
|
|
||||||
filters_ex28.py
|
|
||||||
filters_ex29.py
|
|
||||||
filters_ex30.py
|
|
||||||
filters_ex31.py
|
|
||||||
filters_ex33.py
|
|
||||||
filters_ex34.py
|
|
||||||
filters_ex36.py
|
|
||||||
filters_ex37.py
|
|
||||||
filters_ex38.py
|
|
||||||
filters_ex39.py
|
|
||||||
filters_node_nb_conn.py
|
|
||||||
filters_belong2group.py
|
|
||||||
grouping_elements_ex01.py
|
|
||||||
grouping_elements_ex02.py
|
|
||||||
grouping_elements_ex03.py
|
|
||||||
grouping_elements_ex04.py
|
|
||||||
grouping_elements_ex05.py
|
|
||||||
grouping_elements_ex06.py
|
|
||||||
grouping_elements_ex07.py
|
|
||||||
grouping_elements_ex08.py
|
|
||||||
measurements_ex01.py
|
|
||||||
measurements_ex02.py
|
|
||||||
modifying_meshes_ex01.py
|
|
||||||
modifying_meshes_ex02.py
|
|
||||||
modifying_meshes_ex03.py
|
|
||||||
modifying_meshes_ex04.py
|
|
||||||
modifying_meshes_ex05.py
|
|
||||||
modifying_meshes_ex06.py
|
|
||||||
modifying_meshes_ex07.py
|
|
||||||
modifying_meshes_ex08.py
|
|
||||||
modifying_meshes_ex09.py
|
|
||||||
modifying_meshes_ex10.py
|
|
||||||
modifying_meshes_ex11.py
|
|
||||||
modifying_meshes_ex12.py
|
|
||||||
modifying_meshes_ex13.py
|
|
||||||
modifying_meshes_ex14.py
|
|
||||||
modifying_meshes_ex15.py
|
|
||||||
modifying_meshes_ex16.py
|
|
||||||
modifying_meshes_ex17.py
|
|
||||||
modifying_meshes_ex18.py
|
|
||||||
modifying_meshes_ex19.py
|
|
||||||
modifying_meshes_ex20.py
|
|
||||||
modifying_meshes_ex21.py
|
|
||||||
modifying_meshes_ex22.py
|
|
||||||
modifying_meshes_ex23.py
|
|
||||||
modifying_meshes_ex24.py
|
|
||||||
modifying_meshes_ex25.py
|
|
||||||
prism_3d_algo.py
|
|
||||||
quality_controls_ex01.py
|
|
||||||
quality_controls_ex02.py
|
|
||||||
quality_controls_ex03.py
|
|
||||||
quality_controls_ex04.py
|
|
||||||
quality_controls_ex05.py
|
|
||||||
quality_controls_ex07.py
|
|
||||||
quality_controls_ex08.py
|
|
||||||
quality_controls_ex09.py
|
|
||||||
quality_controls_ex10.py
|
|
||||||
quality_controls_ex11.py
|
|
||||||
quality_controls_ex12.py
|
|
||||||
quality_controls_ex13.py
|
|
||||||
quality_controls_ex14.py
|
|
||||||
quality_controls_ex15.py
|
|
||||||
quality_controls_ex16.py
|
|
||||||
quality_controls_ex17.py
|
|
||||||
quality_controls_ex18.py
|
|
||||||
quality_controls_ex19.py
|
|
||||||
transforming_meshes_ex01.py
|
|
||||||
transforming_meshes_ex02.py
|
|
||||||
transforming_meshes_ex03.py
|
|
||||||
transforming_meshes_ex04.py
|
|
||||||
transforming_meshes_ex05.py
|
|
||||||
transforming_meshes_ex06.py
|
|
||||||
transforming_meshes_ex07.py
|
|
||||||
transforming_meshes_ex08.py
|
|
||||||
transforming_meshes_ex09.py
|
|
||||||
transforming_meshes_ex10.py
|
|
||||||
transforming_meshes_ex11.py
|
|
||||||
transforming_meshes_ex12.py
|
|
||||||
transforming_meshes_ex13.py
|
|
||||||
use_existing_faces.py
|
|
||||||
viewing_meshes_ex02.py
|
|
||||||
split_biquad.py
|
|
||||||
)
|
|
||||||
|
|
||||||
SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)
|
|
||||||
|
|
||||||
SALOME_GENERATE_TESTS_ENVIRONMENT(tests_env)
|
SALOME_GENERATE_TESTS_ENVIRONMENT(tests_env)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2015-2016 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2015-2017 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
@ -17,134 +17,15 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
|
INCLUDE(tests.set)
|
||||||
|
|
||||||
SET(SALOME_TEST_DRIVER "$ENV{ABSOLUTE_APPLI_PATH}/bin/salome/appliskel/salome_test_driver.py")
|
SET(SALOME_TEST_DRIVER "$ENV{ABSOLUTE_APPLI_PATH}/bin/salome/appliskel/salome_test_driver.py")
|
||||||
SET(COMPONENT_NAME SMESH)
|
SET(COMPONENT_NAME SMESH)
|
||||||
SET(TIMEOUT 300)
|
SET(TIMEOUT 300)
|
||||||
|
|
||||||
SET(GOOD_TESTS
|
|
||||||
cartesian_algo
|
|
||||||
creating_meshes_ex02
|
|
||||||
creating_meshes_ex04
|
|
||||||
creating_meshes_ex06
|
|
||||||
creating_meshes_ex07
|
|
||||||
creating_meshes_ex08
|
|
||||||
defining_hypotheses_ex01
|
|
||||||
defining_hypotheses_ex02
|
|
||||||
defining_hypotheses_ex03
|
|
||||||
defining_hypotheses_ex04
|
|
||||||
defining_hypotheses_ex05
|
|
||||||
defining_hypotheses_ex07
|
|
||||||
defining_hypotheses_ex08
|
|
||||||
defining_hypotheses_ex10
|
|
||||||
defining_hypotheses_ex11
|
|
||||||
defining_hypotheses_ex12
|
|
||||||
defining_hypotheses_ex13
|
|
||||||
defining_hypotheses_ex14
|
|
||||||
defining_hypotheses_ex15
|
|
||||||
defining_hypotheses_ex16
|
|
||||||
defining_hypotheses_adaptive1d
|
|
||||||
filters_ex01
|
|
||||||
filters_ex03
|
|
||||||
filters_ex04
|
|
||||||
filters_ex05
|
|
||||||
filters_ex06
|
|
||||||
filters_ex07
|
|
||||||
filters_ex09
|
|
||||||
filters_ex10
|
|
||||||
filters_ex11
|
|
||||||
filters_ex12
|
|
||||||
filters_ex13
|
|
||||||
filters_ex14
|
|
||||||
filters_ex15
|
|
||||||
filters_ex16
|
|
||||||
filters_ex17
|
|
||||||
filters_ex18
|
|
||||||
filters_ex19
|
|
||||||
filters_ex20
|
|
||||||
filters_ex21
|
|
||||||
filters_ex22
|
|
||||||
filters_ex26
|
|
||||||
filters_ex27
|
|
||||||
filters_ex28
|
|
||||||
filters_ex29
|
|
||||||
filters_ex30
|
|
||||||
filters_ex31
|
|
||||||
filters_ex33
|
|
||||||
filters_ex34
|
|
||||||
filters_ex36
|
|
||||||
grouping_elements_ex01
|
|
||||||
grouping_elements_ex02
|
|
||||||
grouping_elements_ex03
|
|
||||||
grouping_elements_ex04
|
|
||||||
grouping_elements_ex05
|
|
||||||
grouping_elements_ex06
|
|
||||||
grouping_elements_ex07
|
|
||||||
grouping_elements_ex08
|
|
||||||
measurements_ex01
|
|
||||||
measurements_ex02
|
|
||||||
modifying_meshes_ex01
|
|
||||||
modifying_meshes_ex02
|
|
||||||
modifying_meshes_ex03
|
|
||||||
modifying_meshes_ex04
|
|
||||||
modifying_meshes_ex05
|
|
||||||
modifying_meshes_ex06
|
|
||||||
modifying_meshes_ex07
|
|
||||||
modifying_meshes_ex08
|
|
||||||
modifying_meshes_ex09
|
|
||||||
modifying_meshes_ex10
|
|
||||||
modifying_meshes_ex11
|
|
||||||
modifying_meshes_ex12
|
|
||||||
modifying_meshes_ex13
|
|
||||||
modifying_meshes_ex14
|
|
||||||
modifying_meshes_ex15
|
|
||||||
modifying_meshes_ex16
|
|
||||||
modifying_meshes_ex17
|
|
||||||
modifying_meshes_ex18
|
|
||||||
modifying_meshes_ex19
|
|
||||||
modifying_meshes_ex20
|
|
||||||
modifying_meshes_ex21
|
|
||||||
modifying_meshes_ex22
|
|
||||||
modifying_meshes_ex23
|
|
||||||
modifying_meshes_ex24
|
|
||||||
modifying_meshes_ex25
|
|
||||||
prism_3d_algo
|
|
||||||
quality_controls_ex01
|
|
||||||
quality_controls_ex02
|
|
||||||
quality_controls_ex03
|
|
||||||
quality_controls_ex04
|
|
||||||
quality_controls_ex05
|
|
||||||
quality_controls_ex07
|
|
||||||
quality_controls_ex08
|
|
||||||
quality_controls_ex09
|
|
||||||
quality_controls_ex10
|
|
||||||
quality_controls_ex11
|
|
||||||
quality_controls_ex12
|
|
||||||
quality_controls_ex13
|
|
||||||
quality_controls_ex14
|
|
||||||
quality_controls_ex15
|
|
||||||
quality_controls_ex16
|
|
||||||
quality_controls_ex17
|
|
||||||
quality_controls_ex18
|
|
||||||
quality_controls_ex19
|
|
||||||
transforming_meshes_ex01
|
|
||||||
transforming_meshes_ex02
|
|
||||||
transforming_meshes_ex03
|
|
||||||
transforming_meshes_ex04
|
|
||||||
transforming_meshes_ex05
|
|
||||||
transforming_meshes_ex06
|
|
||||||
transforming_meshes_ex07
|
|
||||||
transforming_meshes_ex08
|
|
||||||
transforming_meshes_ex09
|
|
||||||
transforming_meshes_ex10
|
|
||||||
transforming_meshes_ex11
|
|
||||||
transforming_meshes_ex12
|
|
||||||
transforming_meshes_ex13
|
|
||||||
use_existing_faces
|
|
||||||
viewing_meshes_ex02
|
|
||||||
)
|
|
||||||
|
|
||||||
FOREACH(tfile ${GOOD_TESTS})
|
FOREACH(tfile ${GOOD_TESTS})
|
||||||
SET(TEST_NAME SMESH_${tfile})
|
GET_FILENAME_COMPONENT(BASE_NAME ${tfile} NAME_WE)
|
||||||
ADD_TEST(${TEST_NAME} python ${SALOME_TEST_DRIVER} ${TIMEOUT} ${tfile}.py)
|
SET(TEST_NAME SMESH_${BASE_NAME})
|
||||||
|
ADD_TEST(${TEST_NAME} python ${SALOME_TEST_DRIVER} ${TIMEOUT} ${tfile})
|
||||||
SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "${COMPONENT_NAME}")
|
SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "${COMPONENT_NAME}")
|
||||||
ENDFOREACH()
|
ENDFOREACH()
|
||||||
|
175
doc/salome/examples/tests.set
Normal file
175
doc/salome/examples/tests.set
Normal file
@ -0,0 +1,175 @@
|
|||||||
|
# Copyright (C) 2015-2017 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
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
|
|
||||||
|
# examples that can't be used for testing because they use external mesher plug-ins
|
||||||
|
SET(BAD_TESTS
|
||||||
|
3dmesh.py
|
||||||
|
a3DmeshOnModified2Dmesh.py
|
||||||
|
creating_meshes_ex01.py
|
||||||
|
creating_meshes_ex03.py
|
||||||
|
creating_meshes_ex05.py
|
||||||
|
defining_hypotheses_ex06.py
|
||||||
|
defining_hypotheses_ex09.py
|
||||||
|
defining_hypotheses_ex17.py
|
||||||
|
filters_ex02.py
|
||||||
|
filters_ex08.py
|
||||||
|
filters_ex23.py
|
||||||
|
filters_ex24.py
|
||||||
|
filters_ex25.py
|
||||||
|
filters_ex32.py
|
||||||
|
filters_ex35.py
|
||||||
|
generate_flat_elements.py
|
||||||
|
modifying_meshes_ex26.py
|
||||||
|
notebook_smesh.py
|
||||||
|
quality_controls_ex06.py
|
||||||
|
quality_controls_ex20.py
|
||||||
|
quality_controls_ex21.py
|
||||||
|
quality_controls_ex22.py
|
||||||
|
viewing_meshes_ex01.py
|
||||||
|
)
|
||||||
|
|
||||||
|
SET(GOOD_TESTS
|
||||||
|
cartesian_algo.py
|
||||||
|
creating_meshes_ex02.py
|
||||||
|
creating_meshes_ex04.py
|
||||||
|
creating_meshes_ex06.py
|
||||||
|
creating_meshes_ex07.py
|
||||||
|
creating_meshes_ex08.py
|
||||||
|
defining_hypotheses_ex01.py
|
||||||
|
defining_hypotheses_ex02.py
|
||||||
|
defining_hypotheses_ex03.py
|
||||||
|
defining_hypotheses_ex04.py
|
||||||
|
defining_hypotheses_ex05.py
|
||||||
|
defining_hypotheses_ex07.py
|
||||||
|
defining_hypotheses_ex08.py
|
||||||
|
defining_hypotheses_ex10.py
|
||||||
|
defining_hypotheses_ex11.py
|
||||||
|
defining_hypotheses_ex12.py
|
||||||
|
defining_hypotheses_ex13.py
|
||||||
|
defining_hypotheses_ex14.py
|
||||||
|
defining_hypotheses_ex15.py
|
||||||
|
defining_hypotheses_ex16.py
|
||||||
|
defining_hypotheses_adaptive1d.py
|
||||||
|
filters_ex01.py
|
||||||
|
filters_ex03.py
|
||||||
|
filters_ex04.py
|
||||||
|
filters_ex05.py
|
||||||
|
filters_ex06.py
|
||||||
|
filters_ex07.py
|
||||||
|
filters_ex09.py
|
||||||
|
filters_ex10.py
|
||||||
|
filters_ex11.py
|
||||||
|
filters_ex12.py
|
||||||
|
filters_ex13.py
|
||||||
|
filters_ex14.py
|
||||||
|
filters_ex15.py
|
||||||
|
filters_ex16.py
|
||||||
|
filters_ex17.py
|
||||||
|
filters_ex18.py
|
||||||
|
filters_ex19.py
|
||||||
|
filters_ex20.py
|
||||||
|
filters_ex21.py
|
||||||
|
filters_ex22.py
|
||||||
|
filters_ex26.py
|
||||||
|
filters_ex27.py
|
||||||
|
filters_ex28.py
|
||||||
|
filters_ex29.py
|
||||||
|
filters_ex30.py
|
||||||
|
filters_ex31.py
|
||||||
|
filters_ex33.py
|
||||||
|
filters_ex34.py
|
||||||
|
filters_ex36.py
|
||||||
|
filters_ex37.py
|
||||||
|
filters_ex38.py
|
||||||
|
filters_ex39.py
|
||||||
|
filters_node_nb_conn.py
|
||||||
|
filters_belong2group.py
|
||||||
|
grouping_elements_ex01.py
|
||||||
|
grouping_elements_ex02.py
|
||||||
|
grouping_elements_ex03.py
|
||||||
|
grouping_elements_ex04.py
|
||||||
|
grouping_elements_ex05.py
|
||||||
|
grouping_elements_ex06.py
|
||||||
|
grouping_elements_ex07.py
|
||||||
|
grouping_elements_ex08.py
|
||||||
|
measurements_ex01.py
|
||||||
|
measurements_ex02.py
|
||||||
|
modifying_meshes_ex01.py
|
||||||
|
modifying_meshes_ex02.py
|
||||||
|
modifying_meshes_ex03.py
|
||||||
|
modifying_meshes_ex04.py
|
||||||
|
modifying_meshes_ex05.py
|
||||||
|
modifying_meshes_ex06.py
|
||||||
|
modifying_meshes_ex07.py
|
||||||
|
modifying_meshes_ex08.py
|
||||||
|
modifying_meshes_ex09.py
|
||||||
|
modifying_meshes_ex10.py
|
||||||
|
modifying_meshes_ex11.py
|
||||||
|
modifying_meshes_ex12.py
|
||||||
|
modifying_meshes_ex13.py
|
||||||
|
modifying_meshes_ex14.py
|
||||||
|
modifying_meshes_ex15.py
|
||||||
|
modifying_meshes_ex16.py
|
||||||
|
modifying_meshes_ex17.py
|
||||||
|
modifying_meshes_ex18.py
|
||||||
|
modifying_meshes_ex19.py
|
||||||
|
modifying_meshes_ex20.py
|
||||||
|
modifying_meshes_ex21.py
|
||||||
|
modifying_meshes_ex22.py
|
||||||
|
modifying_meshes_ex23.py
|
||||||
|
modifying_meshes_ex24.py
|
||||||
|
modifying_meshes_ex25.py
|
||||||
|
prism_3d_algo.py
|
||||||
|
quality_controls_ex01.py
|
||||||
|
quality_controls_ex02.py
|
||||||
|
quality_controls_ex03.py
|
||||||
|
quality_controls_ex04.py
|
||||||
|
quality_controls_ex05.py
|
||||||
|
quality_controls_ex07.py
|
||||||
|
quality_controls_ex08.py
|
||||||
|
quality_controls_ex09.py
|
||||||
|
quality_controls_ex10.py
|
||||||
|
quality_controls_ex11.py
|
||||||
|
quality_controls_ex12.py
|
||||||
|
quality_controls_ex13.py
|
||||||
|
quality_controls_ex14.py
|
||||||
|
quality_controls_ex15.py
|
||||||
|
quality_controls_ex16.py
|
||||||
|
quality_controls_ex17.py
|
||||||
|
quality_controls_ex18.py
|
||||||
|
quality_controls_ex19.py
|
||||||
|
transforming_meshes_ex01.py
|
||||||
|
transforming_meshes_ex02.py
|
||||||
|
transforming_meshes_ex03.py
|
||||||
|
transforming_meshes_ex04.py
|
||||||
|
transforming_meshes_ex05.py
|
||||||
|
transforming_meshes_ex06.py
|
||||||
|
transforming_meshes_ex07.py
|
||||||
|
transforming_meshes_ex08.py
|
||||||
|
transforming_meshes_ex09.py
|
||||||
|
transforming_meshes_ex10.py
|
||||||
|
transforming_meshes_ex11.py
|
||||||
|
transforming_meshes_ex12.py
|
||||||
|
transforming_meshes_ex13.py
|
||||||
|
use_existing_faces.py
|
||||||
|
viewing_meshes_ex02.py
|
||||||
|
split_biquad.py
|
||||||
|
)
|
||||||
|
|
||||||
|
SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)
|
Loading…
Reference in New Issue
Block a user