[Bf-blender-cvs] [26c8d559fe] master: Register test for mesh.split_faces()

Sergey Sharybin noreply at git.blender.org
Thu Feb 16 15:36:20 CET 2017


Commit: 26c8d559fe7dcdf5a8921ec1a4f34426e6643dee
Author: Sergey Sharybin
Date:   Thu Feb 16 15:36:00 2017 +0100
Branches: master
https://developer.blender.org/rB26c8d559fe7dcdf5a8921ec1a4f34426e6643dee

Register test for mesh.split_faces()

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index d9857c7172..b76c47fcf2 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




More information about the Bf-blender-cvs mailing list