May 02, 2002

I got CppUnit working

I got CppUnit working with simple classes I'm writing. I used Junit with Java classes, and it's nice to have a similar tool to use with C++. It pretty nice that it uses static object instances to automatically register the test suites for running.

Posted by Doug Sauder at May 2, 2002 03:04 PM