Changes in src/unittests/TestRunnerMain.cpp [c39cc4:cee0a17]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/TestRunnerMain.cpp
rc39cc4 rcee0a17 14 14 // give the main function its correct name 15 15 #define CPPUNIT_MAIN main 16 17 16 // include the TestRunnerClient file containing the main class 18 17 #include "../../../TestRunnerClient.h" 19 18 #include "../../../TestRunnerClient.cpp" 19 #else 20 #include "UnitTestMain.cpp" 21 #endif 20 22 21 #else22 23 #include "unittests/UnitTestMain.cpp"24 25 #endif /* HAVE_ECUT */
Note:
See TracChangeset
for help on using the changeset viewer.