mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
17 lines
371 B
C++
17 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>
|