Changes in src/unittests/UnitTestMain.cpp [9b6b2f:c39cc4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/UnitTestMain.cpp
r9b6b2f rc39cc4 6 6 */ 7 7 8 #include <cppunit/CompilerOutputter.h>9 #include <cppunit/extensions/TestFactoryRegistry.h>10 #include <cppunit/ui/text/TestRunner.h>11 12 8 // include config.h 13 9 #ifdef HAVE_CONFIG_H 14 10 #include <config.h> 15 11 #endif 12 13 #include <cppunit/CompilerOutputter.h> 14 #include <cppunit/extensions/TestFactoryRegistry.h> 15 #include <cppunit/ui/text/TestRunner.h> 16 16 17 17 /********************************************** Main routine **************************************/ … … 35 35 return wasSucessful ? 0 : 1; 36 36 }; 37
Note:
See TracChangeset
for help on using the changeset viewer.