Add automated ctest for complex merge in Array modifier.

See also T50851.
This commit is contained in:
Bastien Montagne 2017-05-26 21:57:45 +02:00
parent 4d58080e23
commit 19809c8385
1 changed files with 7 additions and 0 deletions

View File

@ -107,6 +107,13 @@ add_test(split_faces ${TEST_BLENDER_EXE}
--python-text run_tests
)
# ------------------------------------------------------------------------------
# MODIFIERS TESTS
add_test(modifier_array ${TEST_BLENDER_EXE}
${TEST_SRC_DIR}/modifier_stack/array_test.blend
--python-text run_tests
)
# ------------------------------------------------------------------------------
# IO TESTS