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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 358200dece4..c47c7a5b4fc 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -183,6 +183,13 @@ add_blender_test(
--run-all-tests
)
+add_blender_test(
+ constraints
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_constraints.py
+ --
+ --testdir "${TEST_SRC_DIR}/constraints"
+)
+
# ------------------------------------------------------------------------------
# OPERATORS TESTS
add_blender_test(