/* * TestRunnerMain.cpp * * Created on: Feb 25, 2010 * Author: heber */ // include config.h #ifdef HAVE_CONFIG_H #include #endif #ifdef HAVE_ECUT // 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" #else #include "unittests/UnitTestMain.cpp" #endif /* HAVE_ECUT */