test "expect condition" utility function More...
test "expect condition" utility function
Definition in file expect.h.
Go to the source code of this file.
Macros | |
#define | expect(cond) |
abort the program if condition is false More... | |
Functions | |
static NORETURN void | _expect_failure (const char *file, unsigned line) |
Function to handle failed expectation. More... | |