feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <loggers/console_logger.h>
#include <mathematics/chaos.h>
#include <structures/static_memory_gremlin.h>
#include <unit_test/unit_base.h>
#include <algorithms/sorts.h>
Go to the source code of this file.
Macros | |
#define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger().get(), to_print) |
Variables | |
const int | MAX_ELEMENTS = 1200 |
const int | MAX_VALUE = 28000 |
#define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger().get(), to_print) |
Definition at line 36 of file test_sorts.cpp.
const int MAX_ELEMENTS = 1200 |
Definition at line 32 of file test_sorts.cpp.
const int MAX_VALUE = 28000 |
Definition at line 34 of file test_sorts.cpp.