提交 d96d84f5 编写于 作者: M mkarlesky

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
上级 f56bda28
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册