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