feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <filesystem/directory_tree.h>
#include <filesystem/filename.h>
#include <filesystem/filename_list.h>
#include <loggers/critical_events.h>
#include <loggers/program_wide_logger.h>
#include <processes/launch_process.h>
#include <structures/static_memory_gremlin.h>
#include <structures/string_array.h>
#include <textual/string_manipulation.h>
#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
#define | DEBUG_TEST_DIRECTORY_TREE |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Variables | |
const bool | JUST_SIZES = false |
#define DEBUG_TEST_DIRECTORY_TREE |
Definition at line 43 of file test_directory_tree.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 46 of file test_directory_tree.cpp.
const bool JUST_SIZES = false |
Definition at line 40 of file test_directory_tree.cpp.