Pull paths from reusable target information.

This commit is contained in:
Mark VanderVoord
2026-05-26 17:13:03 -04:00
parent 4fe7d60259
commit 324d0624f3
9 changed files with 2 additions and 48 deletions
+2
View File
@@ -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