#include <boost/test/unit_test.hpp>#include "utils/make_enum.hpp"#include "util.hpp"#include "config.hpp"
Go to the source code of this file.
Classes | |
| class | bar |
Namespaces | |
| foo | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-test" |
Functions | |
| BOOST_AUTO_TEST_CASE (test_make_enum_namespace) | |
| Tests begin. More... | |
| BOOST_AUTO_TEST_CASE (test_make_enum_class) | |
| BOOST_AUTO_TEST_CASE (test_make_enum_config) | |
| BOOST_AUTO_TEST_CASE (test_make_enum_parse) | |
| #define GETTEXT_DOMAIN "wesnoth-test" |
Definition at line 15 of file test_make_enum.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_make_enum_namespace | ) |
| BOOST_AUTO_TEST_CASE | ( | test_make_enum_class | ) |
Definition at line 100 of file test_make_enum.cpp.
References e, and lexical_cast().
| BOOST_AUTO_TEST_CASE | ( | test_make_enum_config | ) |
Definition at line 141 of file test_make_enum.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_make_enum_parse | ) |
Definition at line 168 of file test_make_enum.cpp.
1.8.8