[bind10-dev] C++ unit test tool?
Ronny H. Kavli
ronny.kavli at gmail.com
Sat Oct 17 12:17:49 UTC 2009
On Fri, 2009-10-16 at 18:01 -0700, JINMEI Tatuya / 神明達哉 wrote:
[...cppunit]
> Now I have questions:
> is it a good idea to continue using this tool?
The important thing is that unit testing is implemented as fundamental
strategy.
> is there a better unit test tool for C++?
Some people prefer this, others that. To give a quantitative measurement
of "better" is hard.
> is there any license matter? (cppunit is released under the Lesser
GPL)
An alternative tool that I'm very happy with is CxxTest, and especially
together with the SCons build system.
http://cxxtest.tigris.org/
As of licensing, this one also falls under the LGPL.
-- Kavli
More information about the bind10-dev
mailing list