<div dir="ltr"><div dir="ltr"><br><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 6 Feb 2019 at 14:04, Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6/2/19 7:24 pm, Vijay Kumar Banerjee wrote:<br>> @@ -317,9 +324,11 @@ class covoar(object):<br>>              raise error.general('coverage: no symbol set file: %s'% (symbol_file))<br>>          exe = self._find_covoar()<br>>          command = exe + ' -S ' + symbol_file + \<br>> -                  ' -O ' + covoar_result_dir + \<br>> -                  ' -E ' + self.explanations_txt + \<br>> -                  ' -p ' + self.project_name + ' ' + self.executables<br>> +                   ' -O ' + covoar_result_dir + \<br>> +                   ' -p ' + self.project_name + \<br>> +                   ' ' + self.executables + ' '<br>
<br>Can all these be placed in a macro variable and then accessed here?<br>
<br>Maybe in <a href="http://defaults.mc" rel="noreferrer" target="_blank">defaults.mc</a>?<br></blockquote><div>I tried this but it seems like all these need bsp name or version. So we can't add them in <a href="http://default.mc">default.mc</a></div><div>or <a href="http://testing.mc">testing.mc</a>. 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.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>Chris<br>
</blockquote></div></div>