Home
last modified time | relevance | path

Searched refs:KUNIT_CASE_ATTR (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/Documentation/dev-tools/kunit/
Drunning_tips.rst280 Test cases can be marked using the ``KUNIT_CASE_ATTR(test_name, attributes)``
290 KUNIT_CASE_ATTR(example_test, example_attr),
/Linux-v6.6/include/kunit/
Dtest.h172 #define KUNIT_CASE_ATTR(test_name, attributes) \ macro