<div dir="ltr"><div><div>Hi,<br><br>On Wed, Dec 10, 2014 at 10:40 AM, Norbert Thiebaud <<a href="mailto:nthiebaud@gmail.com">nthiebaud@gmail.com</a>> wrote:<br>><br>> On Wed, Dec 10, 2014 at 2:29 AM, Maarten Hoes <<a href="mailto:hoes.maarten@gmail.com">hoes.maarten@gmail.com</a>> wrote:<br>> > No, of course not, I guess. But the alternative to using all the internal<br>> > libraries, is installing all required libraries in the right versions<br>> > required on the system, and then doing --with-system-foo for all of them.<br>><br>> that is a trade-off between a generaly usefull script and a tuned for<br>> a dedicated tb one<br>> my changes (that I have not upstreamed yet.. as I'm still testing  -<br>> very long build on that box)<br>> were mostly to simplify the invocation<br>> I added a -f option<br>> that do the build the before, run make check and run the after all in one call<br>> and all the directory have default values:<br>><br>> SRC_DIR = $(pwd)<br>> BUILD=SRC<br>> HTML=BUILD/workdir/lcov/html<br>> TESTDATA=BUILD/workdir/lcov/data<br>><br>> in the end I should be able to just run<br>><br>> lcov-report.sh -f<br>><br></div>Sorry, didnt take the time to properly read all that in my previous response; i was in a hurry.<br>:(<br><br>I guess having some sort of default dirs makes sense. Lets add that. ;)<br><br>However, doesnt the 'make it run it all in one call' implementation conflict at least a little with the previously stated desire to run the code coverage on other tests than just 'make check' ? Its the main reason I split everything up in -before' and '-after' parts, so that you can easily run any test you desire in between. Or is that no longer a requirement ?<br><br><br></div>- Maarten<br><div><div><br></div></div></div>