mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-27 02:11:36 +01:00
Added directory task to create temp build/ folder, and added .gitignore to prevent this new folder form being tracked by git.
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
require 'yaml'
|
||||
require 'fileutils'
|
||||
require HERE+'auto/unity_test_summary'
|
||||
require HERE+'auto/generate_test_runner'
|
||||
require HERE+'auto/colour_reporter'
|
||||
require UNITY_ROOT + 'auto/unity_test_summary'
|
||||
require UNITY_ROOT + 'auto/generate_test_runner'
|
||||
require UNITY_ROOT + 'auto/colour_reporter'
|
||||
|
||||
module RakefileHelpers
|
||||
|
||||
@@ -163,7 +163,7 @@ module RakefileHelpers
|
||||
|
||||
def report_summary
|
||||
summary = UnityTestSummary.new
|
||||
summary.set_root_path(HERE)
|
||||
summary.set_root_path(UNITY_ROOT )
|
||||
results_glob = "#{$cfg['compiler']['build_path']}*.test*"
|
||||
results_glob.gsub!(/\\/, '/')
|
||||
results = Dir[results_glob]
|
||||
|
||||
Reference in New Issue
Block a user