#include <boost/version.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test_monitor.hpp>
#include <boost/test/detail/unit_test_parameters.hpp>
#include <boost/test/results_reporter.hpp>
#include <fstream>
#include <SDL.h>
#include "filesystem.hpp"
#include "game_config.hpp"
#include "game_errors.hpp"
#include "gui/core/event/handler.hpp"
#include "gui/widgets/helper.hpp"
#include "network.hpp"
#include "config.hpp"
#include "log.hpp"
#include "tests/utils/fake_display.hpp"
#include "game_display.hpp"
Go to the source code of this file.
Classes | |
struct | wesnoth_global_fixture |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-test" |
#define | BOOST_TEST_MODULE wesnoth unit tests master suite |
Functions | |
static void | exception_translator_config (const config::error &e) |
static void | exception_translator_network (const network::error &e) |
static void | exception_translator_game (const game::error &e) |
BOOST_GLOBAL_FIXTURE (wesnoth_global_fixture) | |
Variables | |
std::ofstream | reporter |
BOOST_GLOBAL_FIXTURE | ( | wesnoth_global_fixture | ) |
|
static |
Definition at line 55 of file main.cpp.
References game::error::message.
Referenced by wesnoth_global_fixture::wesnoth_global_fixture().
|
static |
Definition at line 67 of file main.cpp.
References game::error::message.
Referenced by wesnoth_global_fixture::wesnoth_global_fixture().
|
static |
Definition at line 60 of file main.cpp.
References game::error::message.
Referenced by wesnoth_global_fixture::wesnoth_global_fixture().
std::ofstream reporter |
Definition at line 72 of file main.cpp.
Referenced by wesnoth_global_fixture::wesnoth_global_fixture().