|
From: Arthur P. <art...@gm...> - 2011-03-11 03:04:02
|
Hi all,
For the last couple of days I have been trying to set up a continuous
integration server (hudson/jenkins) on quantlib trunk (both svn and git).
I managed to get for each commit :
1/ compilation of quantlib (under mac os x server) : report any
compilation errors
2/ retrieve warnings from gcc
3/ launch the c++ test suite (i guess performance of each case could be
recorded to get a trend) with code coverage.
You will find below the result of the code coverage report.
In the screenshot you have the folders sorted by decreasing % line coverage.
Also in the coverage report i saw something wierd : The file
rangeaccrual.cpp in the test suite is not launched from
quantlibtestsuite.cpp.
Cheers,
Arthur
|