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.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index f287ba5ed02..cf4438a8544 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -128,6 +128,20 @@ add_blender_test(
)
# ------------------------------------------------------------------------------
+# BLEND IO & LINKING
+
+add_blender_test(
+ blendfile_io
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_blendfile_io.py --
+ --output-dir ${TEST_OUT_DIR}/blendfile_io/
+)
+
+add_blender_test(
+ blendfile_liblink
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_blendfile_liblink.py
+)
+
+# ------------------------------------------------------------------------------
# MODELING TESTS
add_blender_test(
bmesh_bevel