root/branches/Dirk_CPtr/Tools/UnitTestRunner.cpp

Revision 204, 205 bytes (checked in by dirk, 2 years ago)

Added osgInit to TestRunner?.cpp

Line 
1 #include <UnitTest++.h>
2
3 #include <OpenSG/OSGConfig.h>
4 #include <OpenSG/OSGBaseInitFunctions.h>
5
6 int main(int argc, char *argv[])
7 {
8     OSG::osgInit(argc, argv);
9    
10     return UnitTest::RunAllTests();
11 }
Note: See TracBrowser for help on using the browser.