|
feisty meow concerns codebase
2.140
|
#include <basis/functions.h>#include <basis/guards.h>#include <basis/astring.h>#include <timely/time_control.h>#include <timely/time_stamp.h>#include <application/application_shell.h>#include <application/hoople_main.h>#include <loggers/console_logger.h>#include <loggers/critical_events.h>#include <loggers/program_wide_logger.h>#include <filesystem/filename.h>#include <structures/static_memory_gremlin.h>#include <unit_test/unit_base.h>#include <signal.h>#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
| #define | static_class_name() "test_break_signal" |
Functions | |
| void | handle_break (int formal(signal)) |
Variables | |
| const int | DEFAULT_PAUSE_TIME = 1 |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 40 of file test_break_signal.cpp.
| #define static_class_name | ( | ) | "test_break_signal" |
| void handle_break | ( | int | formalsignal | ) |
Definition at line 54 of file test_break_signal.cpp.
| const int DEFAULT_PAUSE_TIME = 1 |
Definition at line 44 of file test_break_signal.cpp.