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:
authorDalai Felinto <dfelinto@gmail.com>2016-12-07 17:16:50 +0300
committerDalai Felinto <dfelinto@gmail.com>2016-12-07 17:37:19 +0300
commit6fdd6f7d7c9ed767b208fcd0d846684d071ee4ea (patch)
tree00c5d6e46c023a581fbdcff351f7ebc28170d6c7 /tests/python/CMakeLists.txt
parentdddf38dc42088171e64527ef6fc659f7debda13c (diff)
Unitest: doversion, write and read test for layers
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index a29b612e0ef..ee10ee87506 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -421,3 +421,10 @@ if(WITH_CYCLES)
MESSAGE(STATUS "Disabling Cycles tests because tests folder does not exist")
endif()
endif()
+
+# ------------------------------------------------------------------------------
+# LAYER SYSTEM TESTS
+add_test(render_layer ${TEST_BLENDER_EXE}
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_render_layer.py --
+ --testdir="${TEST_SRC_DIR}/layers"
+)