Searched refs:__TEST_F_IMPL (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/testing/selftests/ |
D | kselftest_harness.h | 367 __TEST_F_IMPL(fixture_name, test_name, -1, TEST_TIMEOUT_DEFAULT) 370 __TEST_F_IMPL(fixture_name, test_name, signal, TEST_TIMEOUT_DEFAULT) 373 __TEST_F_IMPL(fixture_name, test_name, -1, timeout) 375 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ macro
|