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
diff options
context:
space:
mode:
authorHoward Trickey <howard.trickey@gmail.com>2020-08-30 15:31:40 +0300
committerHoward Trickey <howard.trickey@gmail.com>2020-08-30 15:31:40 +0300
commit3699d6fe34e1ad3ac10876864728f030e5360a20 (patch)
tree3550d6c01a4bbb1355e05b086aaf43a887e98d02 /tests/python/CMakeLists.txt
parentdee665b462f795c7927d55ebfa495e5531d82d60 (diff)
Re-enable modifer and bmesh_boolean tests.
These were disabled in the newboolean merge commit. This commit renables them, using the original 'FAST' solver so that the result objects need not change. A TODO to add more tests using the 'EXACT' solver, though most functionality there is now covered by unit gtests.
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 617313ee1c3..18f61d83c3c 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -154,13 +154,13 @@ add_blender_test(
--run-all-tests
)
-# add_blender_test(
-# bmesh_boolean
-# ${TEST_SRC_DIR}/modeling/bool_regression.blend
-# --python ${TEST_PYTHON_DIR}/boolean_operator.py
-# --
-# --run-all-tests
-#)
+add_blender_test(
+ bmesh_boolean
+ ${TEST_SRC_DIR}/modeling/bool_regression.blend
+ --python ${TEST_PYTHON_DIR}/boolean_operator.py
+ --
+ --run-all-tests
+)
add_blender_test(
bmesh_split_faces
@@ -176,13 +176,13 @@ add_blender_test(
--python-text run_tests.py
)
-#add_blender_test(
-# modifiers
-# ${TEST_SRC_DIR}/modeling/modifiers.blend
-# --python ${TEST_PYTHON_DIR}/modifiers.py
-# --
-# --run-all-tests
-#)
+add_blender_test(
+ modifiers
+ ${TEST_SRC_DIR}/modeling/modifiers.blend
+ --python ${TEST_PYTHON_DIR}/modifiers.py
+ --
+ --run-all-tests
+)
add_blender_test(
physics_cloth