Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index b5af3e14237..f287ba5ed02 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -79,6 +79,11 @@ add_blender_test(
--python ${CMAKE_CURRENT_LIST_DIR}/bl_load_py_modules.py
)
+add_blender_test(
+ script_bundled_modules
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_bundled_modules.py
+)
+
# test running operators doesn't segfault under various conditions
if(USE_EXPERIMENTAL_TESTS)
add_blender_test(