#include <report.h>
void test (const char *name, const char *description);
void test
The test function is called to initialize the test. The arguments name and description are copied into static memory, and used in the reports written by the other functions.