Searched refs:_run_tests (Results 1 – 2 of 2) sorted by relevance
234 #define run_tests(tests) _run_tests(tests, sizeof(tests) / sizeof(tests)[0])427 int _run_tests(const UnitTest * const tests, const size_t number_of_tests);
1557 int _run_tests(const UnitTest * const tests, const size_t number_of_tests) { in _run_tests() function