#include <iostream>
#include <boost/mpl/if.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>
#include <boost/random/uniform_real_distribution.hpp>
#include "common/Action.hpp"
#include "common/Core.hpp"
#include "common/List.hpp"
#include "common/OptionList.hpp"
#include "common/PropertyList.hpp"
#include "common/Table.hpp"
#include "common/PE/Comm.hpp"
#include <common/Environment.hpp>
Go to the source code of this file.
#define BOOST_TEST_DYN_LINK |
#define BOOST_TEST_MODULE "Test module for cf3::Component" |
BOOST_AUTO_TEST_CASE |
( |
InitMPI |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
CompareArrays |
| ) |
|