Searched refs:__TEST_F_IMPL (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/ |
| D | kselftest_harness.h | 285 __TEST_F_IMPL(fixture_name, test_name, -1, TEST_TIMEOUT_DEFAULT) 288 __TEST_F_IMPL(fixture_name, test_name, signal, TEST_TIMEOUT_DEFAULT) 291 __TEST_F_IMPL(fixture_name, test_name, -1, timeout) 293 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ macro
|