Searched refs:test_function (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | testutil.h | 48 # define ADD_TEST(test_function) add_test(#test_function, test_function) argument 53 # define ADD_ALL_TESTS(test_function, num) \ argument 54 add_all_tests(#test_function, test_function, num, 1) 58 # define ADD_ALL_TESTS_NOSUBTEST(test_function, num) \ argument 59 add_all_tests(#test_function, test_function, num, 0)
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | testutil.h | 51 # 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)
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 77499 int test_function(float value)
|