|
feisty meow concerns codebase
2.140
|
#include <application/application_shell.h>#include <application/hoople_main.h>#include <basis/astring.h>#include <loggers/console_logger.h>#include <loggers/file_logger.h>#include <loggers/program_wide_logger.h>#include <octopus/entity_defs.h>#include <octopus/infoton.h>#include <octopus/octopus.h>#include <octopus/tentacle_helper.h>#include <sockets/internet_address.h>#include <structures/static_memory_gremlin.h>#include <structures/string_array.h>#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
Functions | |
| string_array (1, math_list))) const char *addr_list[] | |
Variables | |
| const char * | base_list [] = { "gruntiak" } |
| const char * | math_list [] = { "math" } |
| const int | MAXIMUM_TESTS = 10 |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
Definition at line 45 of file test_unpacker.cpp.
| string_array | ( | 1 | , |
| math_list | |||
| ) | const |
| const char* base_list[] = { "gruntiak" } |
Definition at line 68 of file test_unpacker.cpp.
| const char* math_list[] = { "math" } |
Definition at line 72 of file test_unpacker.cpp.
| const int MAXIMUM_TESTS = 10 |
Definition at line 421 of file test_unpacker.cpp.