mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-24 08:51:36 +01:00
added output statement noting generation of test runner
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@38 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
@@ -28,13 +28,15 @@ class UnityTestRunnerGenerator
|
||||
includes = find_includes(input)
|
||||
used_mocks = find_mocks(includes)
|
||||
end
|
||||
|
||||
puts "Creating test runner for #{File.basename(input_file)}..."
|
||||
|
||||
File.open(output_file, 'w') do |output|
|
||||
create_header(output, used_mocks, additional_includes)
|
||||
create_externs(output, tests, used_mocks)
|
||||
create_mock_management(output, used_mocks)
|
||||
create_runtest(output, used_mocks)
|
||||
create_reset(output, used_mocks)
|
||||
create_reset(output, used_mocks)
|
||||
create_main(output, module_name, tests)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user