On Wed, 6 Feb 2019 at 14:04, Chris Johns <chr...@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
>
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to