From d7398d4f8f453530ba87fa9195d5511a9b9d79aa Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sun, 26 Oct 2008 22:47:49 +0100 Subject: [PATCH] oops... should run testsuite with Valgrind by default --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 567f6fadc..19063b865 100644 --- a/SConstruct +++ b/SConstruct @@ -128,7 +128,7 @@ def defineCmdlineOptions(): allowed_values=('ALPHA', 'BETA', 'RELEASE')) ,BoolOption('DEBUG', 'Build with debugging information and no optimizations', False) ,BoolOption('OPTIMIZE', 'Build with strong optimization (-O3)', False) - ,BoolOption('VALGRIND', 'Run Testsuite under valgrind control', False) + ,BoolOption('VALGRIND', 'Run Testsuite under valgrind control', True) ,('TESTSUITES', 'Run only Testsuites matching the given pattern', '') # ,BoolOption('OPENGL', 'Include support for OpenGL preview rendering', False) # ,EnumOption('DIST_TARGET', 'Build target architecture', 'auto',