cloudy trunk
Loading...
Searching...
No Matches
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 "cdstd.h"
4#include <UnitTest++.h>
5#include <TestReporterStdout.h>
6#include "cddefines.h"
7
8int main ()
9{
10 ioQQQ = stdout;
11 return UnitTest::RunAllTests();
12}
int main()
Definition TestMain.cpp:8
FILE * ioQQQ
Definition cddefines.cpp:7