From 19809c83850904ad4659114dd229b42b29dcf426 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 26 May 2017 21:57:45 +0200 Subject: Add automated ctest for complex merge in Array modifier. See also T50851. --- tests/python/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/python') 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 @@ -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 -- cgit v1.2.3