Searched refs:test_function (Results 1 – 2 of 2) sorted by relevance
52 # define ADD_TEST(test_function) add_test(#test_function, test_function) argument57 # define ADD_ALL_TESTS(test_function, num) \ argument58 add_all_tests(#test_function, test_function, num, 1)62 # define ADD_ALL_TESTS_NOSUBTEST(test_function, num) \ argument63 add_all_tests(#test_function, test_function, num, 0)
132 typedef int (*test_function)(void); typedef137 test_function t_run;