[PATCH] Coverage: Add support for TSIM format
Chris Johns
chrisj at rtems.org
Wed Feb 6 08:34:01 UTC 2019
On 6/2/19 7:24 pm, Vijay Kumar Banerjee wrote:
> @@ -317,9 +324,11 @@ class covoar(object):
> raise error.general('coverage: no symbol set file: %s'% (symbol_file))
> exe = self._find_covoar()
> command = exe + ' -S ' + symbol_file + \
> - ' -O ' + covoar_result_dir + \
> - ' -E ' + self.explanations_txt + \
> - ' -p ' + self.project_name + ' ' + self.executables
> + ' -O ' + covoar_result_dir + \
> + ' -p ' + self.project_name + \
> + ' ' + self.executables + ' '
Can all these be placed in a macro variable and then accessed here?
Maybe in defaults.mc?
Chris
More information about the devel
mailing list