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:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-19 18:27:40 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-19 18:28:25 +0300
commitaaec934096ac0c5c2dc5c5f195b43263010491f3 (patch)
tree5223be54e0f9ef2919458ba68d81e4fef7eb8260 /tests/python/CMakeLists.txt
parent8accea07f7f7717b879908a128f77fe27b1b9348 (diff)
Alembic import: added simple unit test for importer.
It only tests the presence of the objects and their parent/child pointers. Matrix and animated properties should be done in a later test.
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 8ff2f77c38e..30d593bd8d6 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -444,6 +444,12 @@ if(WITH_CYCLES)
endif()
if(WITH_ALEMBIC)
+ add_test(script_alembic_import ${TEST_BLENDER_EXE}
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_alembic_import_test.py
+ --
+ --testdir "${TEST_SRC_DIR}/alembic"
+ )
+
if(MSVC)
add_test(NAME cycles_${subject}_test
COMMAND