Re: Eliminating hardcoded paths for coverage analysis

2015-08-04 Thread Joel Sherrill
On 8/4/2015 9:28 AM, Hermann Felbinger wrote: Joel Sherrill mailto:joel.sherr...@oarcorp.com>> schrieb am Di., 4. Aug. 2015 um 16:06 Uhr: On 8/4/2015 7:52 AM, Hermann Felbinger wrote: > Dear all! > > I'm currently working on a coverage report generator for RTEMS. >

Re: Eliminating hardcoded paths for coverage analysis

2015-08-04 Thread Hermann Felbinger
Joel Sherrill schrieb am Di., 4. Aug. 2015 um 16:06 Uhr: > > > On 8/4/2015 7:52 AM, Hermann Felbinger wrote: > > Dear all! > > > > I'm currently working on a coverage report generator for RTEMS. > > In the current version a user has to set the absolute paths to the > libraries, which are analyzed

Re: Eliminating hardcoded paths for coverage analysis

2015-08-04 Thread Joel Sherrill
On 8/4/2015 7:52 AM, Hermann Felbinger wrote: Dear all! I'm currently working on a coverage report generator for RTEMS. In the current version a user has to set the absolute paths to the libraries, which are analyzed for coverage, in a config file, e.g., see [1]. A detailed explanation how t