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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-22 17:09:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-22 17:09:07 +0300
commitf40d33f24b85a1c1e0e8d8cb0e42146ebcdef5a9 (patch)
tree425594c2ff7fb257056396b2ca8ce27a5fab7336 /source/tests/CMakeLists.txt
parentfc7c3c663ef6d908e3c165515a144bdbfddee867 (diff)
Added CTest to run most operators in background mode under various conditions to see if any crash.
used this to find quite a many errors already.
Diffstat (limited to 'source/tests/CMakeLists.txt')
-rw-r--r--source/tests/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt
index e9837dd354f..0430b49181e 100644
--- a/source/tests/CMakeLists.txt
+++ b/source/tests/CMakeLists.txt
@@ -55,6 +55,11 @@ add_test(script_load_modules ${TEST_BLENDER_EXE}
--python ${CMAKE_CURRENT_LIST_DIR}/bl_load_py_modules.py
)
+# test running operators doesn't segfault under various conditions
+add_test(script_run_operators ${TEST_BLENDER_EXE}
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_run_operators.py
+)
+
# ------------------------------------------------------------------------------
# IO TESTS