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:
authorJeroen Bakker <jbakker>2021-03-22 13:33:48 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-22 13:51:44 +0300
commit36fdbed2f0a45d9766db80fef987614b7637c1a2 (patch)
tree2548a7c59b8acb33523bb771e622719e4dbd930b /tests/python/CMakeLists.txt
parent7a05ebf84b35cb9af0f6618db489204f2adc3c60 (diff)
LibraryOverrides: Initial Test Case.
Added a first test case for review. This will be the base for future test cases. The current API is sufficient for what is expected for such a low level API. One concern is that you need to trigger a save in order to update the library overrides structure. Not expected from TD/Dev point of view. Test cases are very important when implementing restrictive mode as it is a second evaluation mode that has impact on the (current) permissive mode. Reviewed By: Sebastián Barschkis, Bastien Montagne Differential Revision: https://developer.blender.org/D10747
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 260eb75d64f..969b748e973 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -154,6 +154,12 @@ add_blender_test(
--output-dir ${TEST_OUT_DIR}/blendfile_io/
)
+add_blender_test(
+ blendfile_library_overrides
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_blendfile_library_overrides.py --
+ --output-dir ${TEST_OUT_DIR}/blendfile_io/
+)
+
# ------------------------------------------------------------------------------
# MODELING TESTS
add_blender_test(