Go to the source code of this file.
◆ CC_FLAGS
#define CC_FLAGS "-Werror -Wno-format-contains-nul -Wno-unused-variable -Wno-unused-function" |
◆ CHECK_LOG
#define CHECK_LOG |
( |
|
logger, |
|
|
|
fmt |
|
) |
| |
Value: do \
{ \
int log_ok = check_reports(logger, report_config,
fmt); \
{ \
return log_ok; \
} \
} while (0)
#define CT_EXIT_OK
no user errors or internal errors
CT_NODISCARD STA_FORMAT_STRING const char * fmt
Definition at line 199 of file main.c.
◆ CHECK_REPORTS
#define CHECK_REPORTS |
( |
|
reports, |
|
|
|
msg |
|
) |
| |
Value: do \
{ \
int err = end_reports(reports, msg, kReportConfig); \
if (err != 0) \
{ \
return err; \
} \
} while (0)
Definition at line 39 of file main.c.
◆ CT_STATIC_ASSERT()
CT_STATIC_ASSERT |
( |
sizeof(user_ptr_t) |
= =16 , |
|
|
"user_ptr_t must be 16 byte aligned" |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
◆ run_test_harness()
int run_test_harness |
( |
int |
argc, |
|
|
const char ** |
argv, |
|
|
arena_t * |
arena |
|
) |
| |