Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Helpers and support macros for defining test executables in C.
These macros provide some building blocks to assemble a main()
function, which checks a test name parameter and invokes the matching embedded code block.
Definition in file test.h.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <nobug.h>
Macros | |
#define | PLANNED_TEST(name) |
#define | TEST(name) |
#define | TESTS_BEGIN |
#define | TESTS_END |
#define TESTS_BEGIN |
#define TEST | ( | name | ) |
#define PLANNED_TEST | ( | name | ) |