On Sep 24, 2010, at 11:32 AM, Tim Vandermeersch wrote: > Yes, I've already submitted an experimental memory check and coverage > run. Below is the script I used for the Experimental coverage. > Coverage can be included in Continuous or Nightly builds for example, > the CMAKE_CXX_FLAGS results in gcov files. If these are detected, > coverage is submitted.
I'll definitely take the coverage up -- one problem I see is that your coverage build doesn't specify CMAKE_BUILD_TYPE, which defaults to RelWithDebInfo (i.e., '-g -O2'). This isn't great for coverage -- optimization confuses debuggers and gcov. Thanks and best regards, -Geoff ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ OpenBabel-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbabel-devel
