Changes in src/unittests/UnitTestMain.cpp [c39cc4:9b6b2f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/UnitTestMain.cpp
rc39cc4 r9b6b2f 6 6 */ 7 7 8 #include <cppunit/CompilerOutputter.h> 9 #include <cppunit/extensions/TestFactoryRegistry.h> 10 #include <cppunit/ui/text/TestRunner.h> 11 8 12 // include config.h 9 13 #ifdef HAVE_CONFIG_H 10 14 #include <config.h> 11 15 #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.