Fabcoin Core
0.16.2
P2P Digital Currency
|
Stub for generating main boost.test module. More...
#include <boost/test/included/unit_test.hpp>
#include <clocale>
#include <stdlib.h>
#include <test/libtesteth/TestHelper.h>
#include <boost/version.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE EthereumTests |
#define | BOOST_TEST_NO_MAIN |
Functions | |
test_suite * | fake_init_func (int argc, char *argv[]) |
void | createRandomTest () |
void | travisOut () |
void | setDefaultOrCLocale () |
int | main (int argc, char *argv[]) |
Variables | |
std::vector< char * > | parameters |
std::streambuf * | oldCoutStreamBuf |
std::streambuf * | oldCerrStreamBuf |
Stub for generating main boost.test module.
Original code taken from boost sources.
Definition in file boostTest.cpp.
#define BOOST_TEST_MODULE EthereumTests |
Definition at line 22 of file boostTest.cpp.
#define BOOST_TEST_NO_MAIN |
Definition at line 26 of file boostTest.cpp.
void createRandomTest | ( | ) |
Definition at line 60 of file boostTest.cpp.
test_suite* fake_init_func | ( | int | argc, |
char * | argv[] | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void setDefaultOrCLocale | ( | ) |
void travisOut | ( | ) |
std::streambuf* oldCerrStreamBuf |
Definition at line 49 of file boostTest.cpp.
std::streambuf* oldCoutStreamBuf |
Definition at line 48 of file boostTest.cpp.
std::vector<char*> parameters |
Definition at line 46 of file boostTest.cpp.