Home
last modified time | relevance | path

Searched refs:test_function (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtestutil.h51 # define ADD_TEST(test_function) add_test(#test_function, test_function) argument
56 # define ADD_ALL_TESTS(test_function, num) \ argument
57 add_all_tests(#test_function, test_function, num, 1)
61 # define ADD_ALL_TESTS_NOSUBTEST(test_function, num) \ argument
62 add_all_tests(#test_function, test_function, num, 0)
/freebsd/tools/regression/security/cap_test/
H A Dcap_test.h132 typedef int (*test_function)(void); typedef
137 test_function t_run;