All pages tagged with: cppunit

CppUnit Command Line Test Runner

Thursday 12 June 2008

Tags: , .

It's common when implementing CppUnit to define your own main() method. This typically results in a lot of boilerplate code being repeated (read: cut&pasted).Here's a more generic main() for running CppUnit...