We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582eb3a commit 25e324bCopy full SHA for 25e324b
lib/kunit/attributes.c
@@ -30,6 +30,8 @@ enum print_ops {
30
* attribute value
31
* @filter: function to indicate whether a given attribute value passes a
32
* filter
33
+ * @attr_default: default attribute value used during filtering
34
+ * @print: value of enum print_ops to indicate when to print attribute
35
*/
36
struct kunit_attr {
37
const char *name;
0 commit comments