1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Fixed script unit tests. Fixed generate_test_runner configuration loading

- Modified rakefile to look in correct directory for script unit tests
- Updated paths in script unit tests
- Updated 'expectdata' files to match latest version of generated code
- Fixed bug which prevented generate_test_runner from loading config from
yaml file.
This commit is contained in:
Mark McCrum
2014-10-29 16:08:30 +00:00
parent 4a145c10b3
commit 616dd8bd43
19 changed files with 28 additions and 44 deletions

View File

@@ -34,7 +34,7 @@ end
desc "Test unity's helper scripts"
task :scripts => [:prepare_for_tests] do
Dir['test/test_*.rb'].each do |scriptfile|
Dir['tests/test_*.rb'].each do |scriptfile|
require "./"+scriptfile
end
end