OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ADD_ALL_TESTS
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
testutil.h
22
* To register tests, call ADD_TEST or
ADD_ALL_TESTS
:
27
*
ADD_ALL_TESTS
(test_bar, num_test_bar);
53
# define
ADD_ALL_TESTS
(test_function, num) \
54
add_all_tests
(#test_function, test_function, num, 1)
59
add_all_tests
(#test_function, test_function, num, 0)
143
void
add_all_tests
(const char *test_case_name, int (*test_fn)(int idx), int num,
/src/crypto/external/apache2/openssl/dist/test/
testutil.h
26
* To register tests, call ADD_TEST or
ADD_ALL_TESTS
:
31
*
ADD_ALL_TESTS
(test_bar, num_test_bar);
57
#define
ADD_ALL_TESTS
(test_function, num) \
58
add_all_tests
(#test_function, test_function, num, 1)
63
add_all_tests
(#test_function, test_function, num, 0)
227
void
add_all_tests
(const char *test_case_name, int (*test_fn)(int idx), int num,
/src/crypto/external/bsd/openssl/dist/test/
testutil.h
25
* To register tests, call ADD_TEST or
ADD_ALL_TESTS
:
30
*
ADD_ALL_TESTS
(test_bar, num_test_bar);
56
# define
ADD_ALL_TESTS
(test_function, num) \
57
add_all_tests
(#test_function, test_function, num, 1)
62
add_all_tests
(#test_function, test_function, num, 0)
228
void
add_all_tests
(const char *test_case_name, int (*test_fn)(int idx), int num,
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026