Changeset View
Changeset View
Standalone View
Standalone View
tests/python/CMakeLists.txt
| Show First 20 Lines • Show All 162 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 | ||||
| ) | ) | ||||
| if(WITH_TRANSFORM_TESTS) | |||||
| add_test( | |||||
| NAME transform | |||||
| COMMAND | |||||
| "${TEST_BLENDER_EXE}" | |||||
| --window-geometry 0 0 100 100 | |||||
| -noaudio | |||||
| --factory-startup | |||||
| "${TEST_SRC_DIR}/modeling/transform_regression.blend" | |||||
| --python "${TEST_PYTHON_DIR}/transform_operators.py" | |||||
| --enable-event-simulate | |||||
sybren: What is the reader supposed to do with this information? Why is it relevant here? | |||||
| -- | |||||
| --run-all-tests | |||||
| ) | |||||
| set_tests_properties(${testname} PROPERTIES ENVIRONMENT LSAN_OPTIONS=exitcode=0) | |||||
| endif() | |||||
| # ------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------ | ||||
| # MODIFIERS TESTS | # MODIFIERS TESTS | ||||
| 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 | ||||
| ) | ) | ||||
| ▲ Show 20 Lines • Show All 498 Lines • Show Last 20 Lines | |||||
What is the reader supposed to do with this information? Why is it relevant here?