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 <montagne29@wanadoo.fr>2017-05-26 22:57:45 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-05-26 22:58:29 +0300
commit19809c83850904ad4659114dd229b42b29dcf426 (patch)
tree81af5e4327701581764d089b12808e4f3ea72fab /tests/python
parent4d58080e235b8cde0c9a70542328135415b207b5 (diff)
Add automated ctest for complex merge in Array modifier.
See also T50851.
Diffstat (limited to 'tests/python')
-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 1ee5ce8b88a..ac480f4d58c 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -108,6 +108,13 @@ add_test(split_faces ${TEST_BLENDER_EXE}
)
# ------------------------------------------------------------------------------
+# MODIFIERS TESTS
+add_test(modifier_array ${TEST_BLENDER_EXE}
+ ${TEST_SRC_DIR}/modifier_stack/array_test.blend
+ --python-text run_tests
+)
+
+# ------------------------------------------------------------------------------
# IO TESTS
# OBJ Import tests