Home
last modified time | relevance | path

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

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