new_project_template/vendor/ceedling/plugins/gcov/gcov.rake in ceedling-0.0.4 vs new_project_template/vendor/ceedling/plugins/gcov/gcov.rake in ceedling-0.0.5
- old
+ new
@@ -24,10 +24,15 @@
end
end
rule(/#{GCOV_BUILD_OUTPUT_PATH}\/#{'.+\\'+EXTENSION_EXECUTABLE}$/) do |bin_file|
- @ceedling[:generator].generate_executable_file(TOOLS_GCOV_LINKER, GCOV_CONTEXT, bin_file.prerequisites, bin_file.name)
+ @ceedling[:generator].generate_executable_file(
+ TOOLS_GCOV_LINKER,
+ GCOV_CONTEXT,
+ bin_file.prerequisites,
+ bin_file.name,
+ @ceedling[:file_path_utils].form_test_build_map_filepath(bin_file.name))
end
rule(/#{GCOV_RESULTS_PATH}\/#{'.+\\'+EXTENSION_TESTPASS}$/ => [
proc do |task_name|
@ceedling[:file_path_utils].form_test_executable_filepath(task_name)