From 26c8d559fe7dcdf5a8921ec1a4f34426e6643dee Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 16 Feb 2017 15:36:00 +0100 Subject: Register test for mesh.split_faces() --- tests/python/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index d9857c7172e..b76c47fcf25 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -95,6 +95,11 @@ add_test(bevel ${TEST_BLENDER_EXE} --python-text run_tests ) +add_test(split_faces ${TEST_BLENDER_EXE} + ${TEST_SRC_DIR}/modeling/split_faces_test.blend + --python-text run_tests +) + # ------------------------------------------------------------------------------ # IO TESTS -- cgit v1.2.3