Commit acc07ef
committed
Fixed shared code not showing on ccov-all reports
When collating the data from the individual runs, the only binary
objects listed were for the test executables themselves.
This was fine for statically linked code, but shared code is external to
these, and wouldn't show up on the final reports.
Thus, adding the executable's shared object links to the all target's
`binaries.list` file fixed this.1 parent 34e3aff commit acc07ef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments