Line data Source code
1 : /* Generated file, do not edit */
2 :
3 : #ifndef CXXTEST_RUNNING
4 : #define CXXTEST_RUNNING
5 : #endif
6 :
7 : #include "precompiled.h"
8 : #include "lib/external_libraries/libsdl.h"
9 : #include <cxxtest/TestListener.h>
10 : #include <cxxtest/TestTracker.h>
11 : #include <cxxtest/TestRunner.h>
12 : #include <cxxtest/RealDescriptions.h>
13 : #include <cxxtest/TestMain.h>
14 : #include <cxxtest/XmlPrinter.h>
15 :
16 1 : int main( int argc, char *argv[] ) {
17 : int status;
18 2 : CxxTest::XmlPrinter tmp;
19 1 : CxxTest::RealWorldDescription::_worldName = "cxxtest";
20 1 : status = CxxTest::Main< CxxTest::XmlPrinter >( tmp, argc, argv );
21 1 : return status;
22 : }
23 : #include <cxxtest/Root.cpp>
24 3 : const char* CxxTest::RealWorldDescription::_worldName = "cxxtest";
|