[bind10-dev] [svn] commit: r3136 - in /branches/trac362: ./ src/bin/bind10/tests/ src/bin/bindctl/tests/ src/bin/cmdctl/tests/ src/bin/msgq/tests/ src/bin/xfrin/tests/ src/bin/xfrout/tests/ src/bin/zonemgr/tests/ src/lib/python/isc/cc/tests/ src/lib/python/isc/config/tests/ src/lib/python/isc/notify/tests/
Jeremy C. Reed
jreed at isc.org
Thu Oct 7 17:40:46 UTC 2010
On Thu, 7 Oct 2010, BIND 10 source code commits wrote:
> Author: jreed
> Date: Thu Oct 7 17:30:20 2010
> New Revision: 3136
>
> Log:
> Add --with-pycoverage option to configure.
> This will run Python "coverage" tool instead of Python itself
> for the python test scripts.
>
> Then "make check" will create python coverage data which
> can make a report.
> I will also add make targets for creating reports later.
I forgot to point out this is incomplete and not all test makefiles are
handled yet. (There was some changes since I first did this.)
Also I plan to use some makefile macro to have configure generate the
simple code for this so I don't have to potentially make changes in 10+
places (later).
More information about the bind10-dev
mailing list