Thursday 12 June 2008
Tags: c++, cppunit.
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...
main()
Read: CppUnit Command Line Test Runner