oops... should run testsuite with Valgrind by default

This commit is contained in:
Fischlurch 2008-10-26 22:47:49 +01:00
parent 850f49904e
commit d7398d4f8f

View file

@ -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',