|
|
@ -211,6 +211,7 @@ builtin_options = { |
|
|
|
'default_library' : [ UserComboOption, 'Default library type.', [ 'shared', 'static' ], 'shared' ], |
|
|
|
'default_library' : [ UserComboOption, 'Default library type.', [ 'shared', 'static' ], 'shared' ], |
|
|
|
'backend' : [ UserComboOption, 'Backend to use.', [ 'ninja', 'vs2010', 'xcode' ], 'ninja' ], |
|
|
|
'backend' : [ UserComboOption, 'Backend to use.', [ 'ninja', 'vs2010', 'xcode' ], 'ninja' ], |
|
|
|
'stdsplit' : [ UserBooleanOption, 'Split stdout and stderr in test logs.', True ], |
|
|
|
'stdsplit' : [ UserBooleanOption, 'Split stdout and stderr in test logs.', True ], |
|
|
|
|
|
|
|
'errorlogs' : [ UserBooleanOption, "Whether to print the logs from failing tests.", False ], |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
forbidden_target_names = {'clean': None, |
|
|
|
forbidden_target_names = {'clean': None, |
|
|
|