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
path: root/tests
diff options
context:
space:
mode:
authorHoward Trickey <howard.trickey@gmail.com>2018-02-12 15:23:23 +0300
committerHoward Trickey <howard.trickey@gmail.com>2018-02-12 15:23:50 +0300
commitce8b5bd90ddfd94da7e6bcbc66f9af0dcd2f1ab8 (patch)
treeb3665e710a1c3db639fd5398538fc9a10b26edee /tests
parent657396be08b75b6d433e0789910b787f34f28c72 (diff)
Add boolean regression test.
Diffstat (limited to 'tests')
-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 63709aae74f..853af147413 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -123,6 +123,13 @@ add_test(
)
add_test(
+ NAME boolean
+ COMMAND "$<TARGET_FILE:blender>" ${TEST_BLENDER_EXE_PARAMS}
+ ${TEST_SRC_DIR}/modeling/bool_regression.blend
+ --python-text run_tests
+)
+
+add_test(
NAME split_faces
COMMAND "$<TARGET_FILE:blender>" ${TEST_BLENDER_EXE_PARAMS}
${TEST_SRC_DIR}/modeling/split_faces_test.blend