]> git.saurik.com Git - apple/security.git/blame - OSX/regressions/test/testlist_begin.h
Security-58286.20.16.tar.gz
[apple/security.git] / OSX / regressions / test / testlist_begin.h
CommitLineData
427c49bc
A
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[] = {