Revision 692,
398 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Rev | Line | |
---|
[692] | 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.