Revision 657,
398 bytes
checked in by mattausch, 19 years ago
(diff) |
added ogre dependencies and patched ogre sources
|
Line | |
---|
1 | #include <cppunit/extensions/TestFactoryRegistry.h>
|
---|
2 | #include <cppunit/ui/text/TestRunner.h>
|
---|
3 |
|
---|
4 | int main( int argc, char **argv)
|
---|
5 | {
|
---|
6 | CppUnit::TextUi::TestRunner runner;
|
---|
7 | CppUnit::TestFactoryRegistry ®istry = CppUnit::TestFactoryRegistry::getRegistry();
|
---|
8 | runner.addTest( registry.makeTest() );
|
---|
9 | bool wasSuccessful = runner.run( "", false );
|
---|
10 | return wasSuccessful ? 0 : 1;
|
---|
11 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.