Re: Ant, C++ and Unit tests

2006-08-19 Thread Steve Loughran
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

Re: Ant, C++ and Unit tests

2006-08-18 Thread James Abley
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

Ant, C++ and Unit tests

2006-08-17 Thread Kirkpatrick, Kevin
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