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 …]
253 struct kutf_suite { struct254 struct kutf_application *app;255 const char *name;256 union kutf_callback_data suite_data;257 void *(*create_fixture)(struct kutf_context *context);258 void (*remove_fixture)(struct kutf_context *context);259 unsigned int fixture_variants;260 unsigned int suite_default_flags;261 struct list_head node;262 struct dentry *dir;[all …]