]> git.saurik.com Git - apple/security.git/blob - OSX/regressions/test/testlist_begin.h
Security-57337.40.85.tar.gz
[apple/security.git] / OSX / regressions / test / testlist_begin.h
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)
10 struct one_test_s testlist[] = {