void xtf_failure(const char *fmt,...)
Report a test failure.
void xtf_error(const char *fmt,...)
Report a test error.
void xtf_report_status(void)
Print a status report.
void xtf_exit(void)
Exit the test early.
void xtf_skip(const char *fmt,...)
Report a test skip.
bool xtf_status_reported(void)
Query whether a status has already been reported.
void xtf_warning(const char *fmt,...)
Report a test warning.
void xtf_success(const char *fmt,...)
Report test success.
Common declarations for all tests.