Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test_root.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 "precompiled.h"
9 #include <cxxtest/TestListener.h>
10 #include <cxxtest/TestTracker.h>
11 #include <cxxtest/TestRunner.h>
12 #include <cxxtest/RealDescriptions.h>
13 #include <cxxtest/ErrorPrinter.h>
14 #include <cxxtest/PsTestWrapper.h>
15 
16 int main( int argc, char *argv[] ) {
17  return CxxTest::GuiTuiRunner<CxxTest::PsTestWrapper, CxxTest::ErrorPrinter>( argc, argv ).run();
18 }
19 #include <cxxtest/Root.cpp>
int main(int argc, char *argv[])
Definition: main.cpp:531