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 …]
151 struct prog_test_def { struct152 const char *test_name;153 int test_num;154 void (*run_test)(void);155 void (*run_serial_test)(void);156 bool should_run;157 bool need_cgroup_cleanup;