vendor/cmock/vendor/c_exception/vendor/unity/test/rakefile in ceedling-0.20.3 vs vendor/cmock/vendor/c_exception/vendor/unity/test/rakefile in ceedling-0.21.0
- old
+ new
@@ -3,10 +3,11 @@
# Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
# [Released under MIT License. Please refer to license.txt for details]
# ==========================================
UNITY_ROOT = File.expand_path(File.dirname(__FILE__)) + '/'
+$verbose = false
require 'rake'
require 'rake/clean'
require UNITY_ROOT + 'rakefile_helper'
@@ -55,6 +56,10 @@
configure_toolchain(args[:config_file])
end
task :no_color do
$colour_output = false
+end
+
+task :verbose do
+ $verbose = true
end