My Project  UNKNOWN_GIT_VERSION
simple_test_runner.cpp
Go to the documentation of this file.
1 /* Generated file, do not edit */
2 
3 #ifndef CXXTEST_RUNNING
4 #define CXXTEST_RUNNING
5 #endif
6 
7 #define _CXXTEST_HAVE_STD
8 #include "cxxtest/TestListener.h"
9 #include "cxxtest/TestTracker.h"
10 #include "cxxtest/TestRunner.h"
12 #include "cxxtest/ErrorPrinter.h"
13 
14 char* argv0 = NULL;
15 int main( int, char *argv[] ) {
16 argv0 = argv[0];
17  return CxxTest::ErrorPrinter().run();
18 }
19 #include "./simple_test.h"
20 
22 
25 
27 public:
31 
33 public:
37 
38 #include "cxxtest/Root.cpp"
static CxxTest::List Tests_SimplestTestSuite
int main(int, char *argv[])
static SimplestTestSuite suite_SimplestTestSuite
void testSIZEOFLONG()
Definition: simple_test.h:12
TestDescription_SimplestTestSuite_testSIZEOFLONG testDescription_SimplestTestSuite_testSIZEOFLONG
TestDescription_SimplestTestSuite_testMyTest testDescription_SimplestTestSuite_testMyTest
CxxTest::StaticSuiteDescription suiteDescription_SimplestTestSuite("./simple_test.h", 3, "SimplestTestSuite", suite_SimplestTestSuite, Tests_SimplestTestSuite)
#define NULL
Definition: omList.c:10
char * argv0