Data Structures | |
struct | TEST_DATA |
Data about test plan. More... | |
Defines | |
#define | tapout stdout |
Output stream for test report message. | |
Functions | |
static void | vemit_tap (int pass, char const *fmt, va_list ap) |
Emit the beginning of a test line, that is: "(not) ok", test number, and description. | |
static void | emit_dir (const char *dir, const char *why) |
Emit a TAP directive. | |
static void | emit_endl () |
Emit a newline to the TAP output stream. | |
Variables | |
static TEST_DATA | g_test = { 0, 0, 0, "" } |
Test data structure. |
|
Output stream for test report message. The macro is just a temporary solution. |
|
Emit a TAP directive. TAP directives are comments after a have the form
|
|
Emit a newline to the TAP output stream.
|
|
Emit the beginning of a test line, that is: "(not) ok", test number, and description. To emit the directive, use the emit_dir() function
|
|
Test data structure. Data structure containing all information about the test suite. |