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-04-06 05:13:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-06 05:13:01 +0400
commit4b15fcf4970511f021735cbf86acfc28680679ec (patch)
tree5b6a4d815561cd2bf0c45f17119a3fbfab2386b3 /source/tests
parent751bbd0b6ac1f75ca070bf78580de7a21c6bacad (diff)
fix [#26801] Undoing Animation modifiers undoes 2 steps.
also found grease pencil layer operators were not flagged to use undo.
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt
index 5dd8883ec8c..5acbf7aa903 100644
--- a/source/tests/CMakeLists.txt
+++ b/source/tests/CMakeLists.txt
@@ -42,6 +42,7 @@ else()
set(TEST_BLENDER_EXE ${EXECUTABLE_OUTPUT_PATH}/blender)
endif()
+# for testing with valgrind prefix: valgrind --track-origins=yes --error-limit=no
set(TEST_BLENDER_EXE ${TEST_BLENDER_EXE} --background --factory-startup --env-system-scripts ${CMAKE_SOURCE_DIR}/release/scripts)