Kirkpatrick, Kevin wrote:
What is the mechanism for facilitating unit tests? I know there is Junit
and Nunit. What do you guys use with ant and C++?
I've used CppUnit
one problem w/ C++ is that any failing test usually toasts the memory of
the app so you can end up with a mess. There are so
CppUnit or CppUnitLite are the two that I'm most immediately aware of,
but Googling C++ and xUnit would doubtless turn up more. I haven't used
them with ANT though; don't know if you could just the unit
test framework, or do something more sophisticated than that. I suspect
Dominique may have
What is the mechanism for facilitating unit tests? I know there is Junit
and Nunit. What do you guys use with ant and C++?
-Original Message-
From: Kirkpatrick, Kevin [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 17, 2006 3:18 PM
To: Ant Users List
Subject: RE: Ant and C++ compiler
T