Bugzilla – Bug 1183
./waf and gcov/lcov integration broken
Last modified: 2011-09-30 17:56:45 UTC
First part of Kirill's post on 27 May 2011: http://mailman.isi.edu/pipermail/ns-developers/2011-May/009048.html I was able to confirm this; also, I found that --enable-lcov seems to disable tests even if --enable-tests is also passed to configure.
we need to add this to the buildbot script before closing this bug
I think this is fixed in ns-3-dev. Buildbot I have no idea.
I am not sure it is completely fixed. I see bindings coverage and .h coverage but no .cc coverage results.
Well, ns-3 builds with the cov cflags, and the cov command is run when requested. Not sure what else is needed. I think the commands used are unchanged from the very first ns-3, so it probably isnt' a regression.
(In reply to comment #4) > Well, ns-3 builds with the cov cflags, and the cov command is run when > requested. Not sure what else is needed. I think the commands used are > unchanged from the very first ns-3, so it probably isnt' a regression. I will look into it further at this point, by looking at older releases, and testing this outside of waf.
fixed in changesets 5d13d02dae0f and 97606ed04882