Go to the source code of this file.
Macros | |
| #define | expect_true(a) expect_true_with_args(a, __FUNC__, __LINE__); |
| #define | expect_false(a) expect_false_with_args(a, __FUNC__, __LINE__); |
Functions | |
| void | expect_true_with_args (bool cond, const char *func, int line) |
| void | expect_false_with_args (bool cond, const char *func, int line) |
| #define expect_true | ( | a | ) | expect_true_with_args(a, __FUNC__, __LINE__); |
Definition at line 38 of file exit_handler_intel_x64_unittests.h.
| #define expect_false | ( | a | ) | expect_false_with_args(a, __FUNC__, __LINE__); |
Definition at line 39 of file exit_handler_intel_x64_unittests.h.
|
inline |
Definition at line 31 of file exit_handler_intel_x64_unittests.h.
|
inline |
Definition at line 35 of file exit_handler_intel_x64_unittests.h.
1.8.14