[dss-developer] Where to get the demonstration set

Jens Mueller jens.k.mueller at gmx.de
Sun Feb 7 14:57:31 CET 2010


> > Couldn't we even get rid of the IF(WITH_GCOV) etc. in
> > webservices/CMakeLists.txt, core/CMakeLists.txt and unix/CMakeLists.txt
> > since we just set the flags in the CMakeLists.txt as specified in
> > http://www.cmake.org/Wiki/CTest:Coverage
> 
> I've added them locally since the generated code from gSOAP as well as
> the tests would provide coverage too if the flags were set globally.
> But since I'm filtering the results anyway before viewing them, we
> could indeed remove those.

I see. You would get coverage for everything that is built. But that is
not needed.

> > But what I find strange is that it always rebuilds the core library
> > despite I didn't change anything. Why does it do this?
> 
> That is because build_info.h gets regenerated on each run. I'm not too
> happy about that but it's very helpful when you get error reports.

Just checked that out. So you know what revision was used. That's
probably the most interesting piece of information in there. But the
date is the reason why it is rebuilding even though nothing changed.

Jens


More information about the dss-developer mailing list