- fixed colour handling in example project

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@185 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
mvandervoord
2010-08-13 12:29:32 +00:00
parent 1353e7dec7
commit ee12cbe2ab
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -39,4 +39,5 @@ linker:
:plugins: []
:includes:
- Types.h
colour: true
+1
View File
@@ -11,6 +11,7 @@ module RakefileHelpers
def load_configuration(config_file)
$cfg_file = config_file
$cfg = YAML.load(File.read($cfg_file))
$colour_output = false unless $cfg['colour']
end
def configure_clean