24 printk(
"--- Xen Test Framework ---\n");
const char environment_description[]
static void build_assertions(void)
Some basic assertions about the compile environment.
void xtf_main(void)
Entry point into C.
void printk(const char *fmt,...)
Interfaces used by common code, needing to be implemented by arch/environment specific code.
#define BUILD_BUG_ON(cond)
void test_main(void)
To be implemented by each test, as its entry point.
const char test_title[]
The title of the test.
void xtf_exit(void)
Exit the test early.
bool xtf_status_reported(void)
Query whether a status has already been reported.
API for reporting test status.