/* * TestRunnerMain.cpp * * Created on: Feb 25, 2010 * Author: heber */ // give the main function its correct name #define CPPUNIT_MAIN main // include the TestRunnerClient file containing the main class #include "../../../TestRunnerClient.h" #include "../../../TestRunnerClient.cpp"