1/* This file contains an array of all test functions, last element is NULL */
2
3#undef ONE_TEST
4#undef DISABLED_ONE_TEST
5#undef OFF_ONE_TEST
6
7#define ONE_TEST(x) {#x, x, 0, 0 , 0, 0 },
8#define OFF_ONE_TEST(x) {#x, x, 1, 0 , 0, 0 },
9#define DISABLED_ONE_TEST(x)
10struct one_test_s testlist[] = {
11