Searched defs:kutf_suite (Results 1 – 2 of 2) sorted by relevance
194 struct kutf_suite { struct195 struct kutf_application *app;196 const char *name;197 union kutf_callback_data suite_data;198 void *(*create_fixture)(struct kutf_context *context);199 void (*remove_fixture)(struct kutf_context *context);200 unsigned int fixture_variants;201 unsigned int suite_default_flags;202 struct list_head node;203 struct dentry *dir;[all …]
254 struct kutf_suite { struct255 struct kutf_application *app;256 const char *name;257 union kutf_callback_data suite_data;258 void *(*create_fixture)(struct kutf_context *context);259 void (*remove_fixture)(struct kutf_context *context);260 unsigned int fixture_variants;261 unsigned int suite_default_flags;262 struct list_head node;263 struct dentry *dir;[all …]