cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TestMain.cpp
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 #include <UnitTest++.h>
4 #include <TestReporterStdout.h>
5 #include "cddefines.h"
6 
7 int main ()
8 {
9  ioQQQ = stdout;
10  return UnitTest::RunAllTests();
11 }
FILE * ioQQQ
Definition: cddefines.cpp:7
int main(int argc, char *argv[])
Definition: maincl.cpp:28