Searched refs:__TEST_F_IMPL (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/ |
| H A D | kselftest_harness.h | 398 __TEST_F_IMPL(fixture_name, test_name, -1, TEST_TIMEOUT_DEFAULT) 401 __TEST_F_IMPL(fixture_name, test_name, signal, TEST_TIMEOUT_DEFAULT) 404 __TEST_F_IMPL(fixture_name, test_name, -1, timeout) 406 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ macro
|