My Project
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
10#include "cxxtest/TestRunner.h"
13
14char* argv0 = NULL;
15int main( int, char *argv[] ) {
16argv0 = argv[0];
17 return CxxTest::ErrorPrinter().run();
18}
19#include "./simple_test.h"
20
22
25
27public:
31
33public:
37
38#include "cxxtest/Root.cpp"
void testSIZEOFLONG()
Definition: simple_test.h:12
#define NULL
Definition: omList.c:12
static SimplestTestSuite suite_SimplestTestSuite
CxxTest::StaticSuiteDescription suiteDescription_SimplestTestSuite("./simple_test.h", 3, "SimplestTestSuite", suite_SimplestTestSuite, Tests_SimplestTestSuite)
int main(int, char *argv[])
static CxxTest::List Tests_SimplestTestSuite
char * argv0
TestDescription_SimplestTestSuite_testSIZEOFLONG testDescription_SimplestTestSuite_testSIZEOFLONG
TestDescription_SimplestTestSuite_testMyTest testDescription_SimplestTestSuite_testMyTest