From 3699d6fe34e1ad3ac10876864728f030e5360a20 Mon Sep 17 00:00:00 2001 From: Howard Trickey Date: Sun, 30 Aug 2020 08:31:40 -0400 Subject: 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. --- tests/python/CMakeLists.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'tests/python/CMakeLists.txt') 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 -- cgit v1.2.3