Changeset View
Changeset View
Standalone View
Standalone View
tests/python/CMakeLists.txt
| Show First 20 Lines • Show All 199 Lines • ▼ Show 20 Lines | add_blender_test( | ||||
| physics_softbody | physics_softbody | ||||
| ${TEST_SRC_DIR}/physics/softbody_test.blend | ${TEST_SRC_DIR}/physics/softbody_test.blend | ||||
| --python ${TEST_PYTHON_DIR}/physics_softbody.py | --python ${TEST_PYTHON_DIR}/physics_softbody.py | ||||
| -- | -- | ||||
| --run-all-tests | --run-all-tests | ||||
| ) | ) | ||||
| add_blender_test( | add_blender_test( | ||||
| physics_dynamic_paint | |||||
| ${TEST_SRC_DIR}/physics/dynamic_paint_test.blend | |||||
| --python ${TEST_PYTHON_DIR}/physics_dynamic_paint.py | |||||
| -- | |||||
| --run-all-tests | |||||
| ) | |||||
| add_blender_test( | |||||
| deform_modifiers | |||||
| ${TEST_SRC_DIR}/modeling/deform_modifiers.blend | |||||
| --python ${TEST_PYTHON_DIR}/deform_modifiers.py | |||||
| -- | |||||
| --run-all-tests | |||||
| ) | |||||
| add_blender_test( | |||||
| physics_ocean | |||||
| ${TEST_SRC_DIR}/physics/ocean_test.blend | |||||
| --python ${TEST_PYTHON_DIR}/physics_ocean.py | |||||
| -- | |||||
| --run-all-tests | |||||
| ) | |||||
| add_blender_test( | |||||
| physics_particle_system | |||||
| ${TEST_SRC_DIR}/physics/physics_particle_test.blend | |||||
| --python ${TEST_PYTHON_DIR}/physics_particle_system.py | |||||
| -- | |||||
| --run-all-tests | |||||
| ) | |||||
| # Particle Instance disabling currently broken in master | |||||
| # add_blender_test( | |||||
| # physics_particle_instance | |||||
| # ${TEST_SRC_DIR}/physics/physics_particle_instance.blend | |||||
| # --python ${TEST_PYTHON_DIR}/physics_particle_instance.py | |||||
| # -- | |||||
| # --run-all-tests | |||||
| # ) | |||||
| add_blender_test( | |||||
| constraints | constraints | ||||
| --python ${CMAKE_CURRENT_LIST_DIR}/bl_constraints.py | --python ${CMAKE_CURRENT_LIST_DIR}/bl_constraints.py | ||||
| -- | -- | ||||
| --testdir "${TEST_SRC_DIR}/constraints" | --testdir "${TEST_SRC_DIR}/constraints" | ||||
| ) | ) | ||||
| # ------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------ | ||||
| # OPERATORS TESTS | # OPERATORS TESTS | ||||
| ▲ Show 20 Lines • Show All 523 Lines • Show Last 20 Lines | |||||