Lines Matching defs:wet_testsuite_data
64 struct wet_testsuite_data { struct
65 void (*run)(struct wet_testsuite_data *); argument
68 const struct weston_test_entry *tests;
69 unsigned tests_count;
70 int case_index;
71 enum test_type type;
72 struct weston_compositor *compositor;
75 int thread_event_pipe;
78 int fixture_iteration;
81 unsigned counter;
82 unsigned passed;
83 unsigned skipped;
84 unsigned failed;
85 unsigned total;