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:
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index bf949d66286..acf8010d13c 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -172,6 +172,14 @@ add_blender_test(
--python-text run_tests
)
+add_blender_test(
+ curve_to_mesh
+ ${TEST_SRC_DIR}/modeling/curve_to_mesh.blend
+ --python ${TEST_PYTHON_DIR}/curve_to_mesh.py
+ --
+ --run-all-tests
+)
+
# ------------------------------------------------------------------------------
# MODIFIERS TESTS
add_blender_test(