Searched defs:prog_test_def (Results 1 – 2 of 2) sorted by relevance
21 struct prog_test_def { struct22 const char *test_name;23 int test_num;24 void (*run_test)(void);25 bool force_log;26 int error_cnt;27 int skip_cnt;28 bool tested;29 bool need_cgroup_cleanup;31 char *subtest_name;[all …]
137 struct prog_test_def { struct138 const char *test_name;139 int test_num;140 void (*run_test)(void);141 void (*run_serial_test)(void);142 bool should_run;143 bool need_cgroup_cleanup;