Changeset View
Changeset View
Standalone View
Standalone View
tests/python/CMakeLists.txt
| Show First 20 Lines • Show All 287 Lines • ▼ Show 20 Lines | |||||
| # ANIMATION TESTS | # ANIMATION TESTS | ||||
| add_blender_test( | add_blender_test( | ||||
| bl_animation_fcurves | bl_animation_fcurves | ||||
| --python ${CMAKE_CURRENT_LIST_DIR}/bl_animation_fcurves.py | --python ${CMAKE_CURRENT_LIST_DIR}/bl_animation_fcurves.py | ||||
| -- | -- | ||||
| --testdir "${TEST_SRC_DIR}/animation" | --testdir "${TEST_SRC_DIR}/animation" | ||||
| ) | ) | ||||
| add_blender_test( | |||||
| bl_rigging_symmetrize | |||||
| --python ${CMAKE_CURRENT_LIST_DIR}/bl_rigging_symmetrize.py | |||||
| -- | |||||
| --testdir "${TEST_SRC_DIR}/animation" | |||||
| ) | |||||
| # ------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------ | ||||
| # IO TESTS | # IO TESTS | ||||
| # OBJ Import tests | # OBJ Import tests | ||||
| # disabled until updated & working | # disabled until updated & working | ||||
| if(FALSE) | if(FALSE) | ||||
| add_blender_test( | add_blender_test( | ||||
| import_obj_cube | import_obj_cube | ||||
| ▲ Show 20 Lines • Show All 605 Lines • Show Last 20 Lines | |||||