From 4b15fcf4970511f021735cbf86acfc28680679ec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Apr 2011 01:13:01 +0000 Subject: fix [#26801] Undoing Animation modifiers undoes 2 steps. also found grease pencil layer operators were not flagged to use undo. --- source/tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/tests') 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) -- cgit v1.2.3