Changes in src/unittests/TestRunnerMain.cpp [cee0a17:9b6b2f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/TestRunnerMain.cpp
rcee0a17 r9b6b2f 6 6 */ 7 7 8 // include config.h9 #ifdef HAVE_CONFIG_H10 #include <config.h>11 #endif12 13 #ifdef HAVE_ECUT14 8 // give the main function its correct name 15 9 #define CPPUNIT_MAIN main 10 16 11 // include the TestRunnerClient file containing the main class 17 12 #include "../../../TestRunnerClient.h" 18 13 #include "../../../TestRunnerClient.cpp" 19 #else20 #include "UnitTestMain.cpp"21 #endif22
Note:
See TracChangeset
for help on using the changeset viewer.