Searched refs:__TEST_F_IMPL (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/tools/testing/selftests/ |
D | kselftest_harness.h | 368 __TEST_F_IMPL(fixture_name, test_name, -1, TEST_TIMEOUT_DEFAULT) 371 __TEST_F_IMPL(fixture_name, test_name, signal, TEST_TIMEOUT_DEFAULT) 374 __TEST_F_IMPL(fixture_name, test_name, -1, timeout) 376 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ macro
|