[PATCH] Coverage: Add support for TSIM format

Vijay Kumar Banerjee vijaykumar9597 at gmail.com
Wed Feb 6 10:33:34 UTC 2019


On Wed, 6 Feb 2019 at 14:04, Chris Johns <chrisj at rtems.org> wrote:

> 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?
>
I tried this but it seems like all these need bsp name or version. So we
can't add them in default.mc
or testing.mc. If we want to move it to the configuration files then we'll
have to add it in the bsp ini file (like the explanations file has been
added ). Do we want to have it in bsp file? It might make the ini file
complicated.


>
> Chris
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190206/e5068607/attachment.html>


More information about the devel mailing list