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:
authorBastien Montagne <b.mont29@gmail.com>2020-02-13 19:48:00 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-13 19:48:00 +0300
commitd46273563e684bf8445369bd03752ceebf26e1ec (patch)
treeed1ba413e07e0fe63d7f19fd994089a3705f63ee /tests/python/CMakeLists.txt
parentdadabf5cf3babfbda5075bd7093909ca01655b9e (diff)
Add initial, very basic save/open & library linking blendfile tests.
Do not do much for now, but would have been enough to catch the crash introduced the other day in linking code...
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