Changeset View
Changeset View
Standalone View
Standalone View
tests/python/CMakeLists.txt
| Show First 20 Lines • Show All 166 Lines • ▼ Show 20 Lines | |||||
| ) | ) | ||||
| add_blender_test( | add_blender_test( | ||||
| bmesh_split_faces | bmesh_split_faces | ||||
| ${TEST_SRC_DIR}/modeling/split_faces_test.blend | ${TEST_SRC_DIR}/modeling/split_faces_test.blend | ||||
| --python-text run_tests | --python-text run_tests | ||||
| ) | ) | ||||
| add_blender_test( | |||||
| transform | |||||
| ${TEST_SRC_DIR}/modeling/transform_regression.blend | |||||
| --python ${TEST_PYTHON_DIR}/transform_operators.py | |||||
| --enable-event-simulate | |||||
| -- | |||||
| --run-all-tests | |||||
| ) | |||||
| # ------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------ | ||||
| # MODIFIERS TESTS | # MODIFIERS TESTS | ||||
sybren: What is the reader supposed to do with this information? Why is it relevant here? | |||||
| add_blender_test( | add_blender_test( | ||||
| object_modifier_array | object_modifier_array | ||||
| ${TEST_SRC_DIR}/modifier_stack/array_test.blend | ${TEST_SRC_DIR}/modifier_stack/array_test.blend | ||||
| --python-text run_tests.py | --python-text run_tests.py | ||||
| ) | ) | ||||
| add_blender_test( | add_blender_test( | ||||
| modifiers | modifiers | ||||
| ▲ Show 20 Lines • Show All 496 Lines • Show Last 20 Lines | |||||
What is the reader supposed to do with this information? Why is it relevant here?