mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-21 10:40:00 +00:00
Pull paths from reusable target information.
This commit is contained in:
@@ -21,6 +21,8 @@ module RakefileHelpers
|
||||
$cfg_file = "targets/#{config_file}"
|
||||
end
|
||||
$cfg = YamlHelper.load_file($cfg_file)
|
||||
$cfg[:paths] ||= {}
|
||||
$cfg[:paths][:test] ||= ['src/', '../src/', 'testdata/', 'tests/']
|
||||
$colour_output = false unless $cfg['colour']
|
||||
$configured = true if config_file != DEFAULT_CONFIG_FILE
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user