feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/astring.h>
#include <basis/enhance_cpp.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <filesystem/file_info.h>
#include <loggers/critical_events.h>
#include <loggers/file_logger.h>
#include <mathematics/chaos.h>
#include <nodes/packable_tree.h>
#include <structures/object_packers.h>
#include <structures/string_array.h>
#include <structures/static_memory_gremlin.h>
#include <textual/byte_formatter.h>
#include <textual/string_manipulation.h>
#include <timely/earth_time.h>
#include <timely/time_stamp.h>
#include <unit_test/unit_base.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | LOG(s) EMERGENCY_LOG(program_wide_logger::get(), s) |
#define | WHERE __WHERE__.s() |
#define | FUNKIT(str) basis::a_sprintf("%s: %s", func, basis::astring(str).s()) |
Variables | |
int | compnum = 0 |
const float | TEST_RUNTIME_DEFAULT = .02 * MINUTE_ms |
#define FUNKIT | ( | str | ) | basis::a_sprintf("%s: %s", func, basis::astring(str).s()) |
Definition at line 64 of file test_packable_tree.cpp.
#define LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 60 of file test_packable_tree.cpp.
#define WHERE __WHERE__.s() |
Definition at line 62 of file test_packable_tree.cpp.
int compnum = 0 |
Definition at line 67 of file test_packable_tree.cpp.
const float TEST_RUNTIME_DEFAULT = .02 * MINUTE_ms |
Definition at line 68 of file test_packable_tree.cpp.