Changeset View
Changeset View
Standalone View
Standalone View
tests/python/CMakeLists.txt
| Show First 20 Lines • Show All 74 Lines • ▼ Show 20 Lines | |||||
| add_blender_test( | add_blender_test( | ||||
| script_load_modules | script_load_modules | ||||
| --python ${CMAKE_CURRENT_LIST_DIR}/bl_load_py_modules.py | --python ${CMAKE_CURRENT_LIST_DIR}/bl_load_py_modules.py | ||||
| ) | ) | ||||
| add_blender_test( | add_blender_test( | ||||
| script_bundled_modules | script_bundled_modules | ||||
| --python ${CMAKE_CURRENT_LIST_DIR}/bl_bundled_modules.py | --python ${CMAKE_CURRENT_LIST_DIR}/bl_bundled_modules.py -- --inside-blender | ||||
| ) | ) | ||||
| # test running operators doesn't segfault under various conditions | # test running operators doesn't segfault under various conditions | ||||
| if(USE_EXPERIMENTAL_TESTS) | if(USE_EXPERIMENTAL_TESTS) | ||||
| add_blender_test( | add_blender_test( | ||||
| script_run_operators | script_run_operators | ||||
| --python ${CMAKE_CURRENT_LIST_DIR}/bl_run_operators.py | --python ${CMAKE_CURRENT_LIST_DIR}/bl_run_operators.py | ||||
| ) | ) | ||||
| ▲ Show 20 Lines • Show All 848 Lines • Show Last 20 Lines | |||||