OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TEST_CASES
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/cil/test/unit/
CuTest.h
117
#define
MAX_TEST_CASES
1024
124
CuTest* list[
MAX_TEST_CASES
];
CuTest.c
278
for (n=0; n <
MAX_TEST_CASES
; n++)
291
assert(testSuite->count <
MAX_TEST_CASES
);
Completed in 106 milliseconds