forked from mirrors/0ad
570c248b92
This was SVN commit r3958.
18 lines
371 B
C++
18 lines
371 B
C++
/* Generated file, do not edit */
|
|
|
|
#ifndef CXXTEST_RUNNING
|
|
#define CXXTEST_RUNNING
|
|
#endif
|
|
|
|
#define _CXXTEST_HAVE_STD
|
|
#include <cxxtest/TestListener.h>
|
|
#include <cxxtest/TestTracker.h>
|
|
#include <cxxtest/TestRunner.h>
|
|
#include <cxxtest/RealDescriptions.h>
|
|
#include <cxxtest/ErrorPrinter.h>
|
|
|
|
int main() {
|
|
return CxxTest::ErrorPrinter().run();
|
|
}
|
|
#include <cxxtest/Root.cpp>
|