Lines Matching defs:args
184 lws_test_sequencer_args_t args;
225 args.abs = abs;
226 args.tests = tests;
227 args.results = results;
228 args.results_max = LWS_ARRAY_SIZE(results);
229 args.count_tests = &count_tests;
230 args.count_passes = &count_passes;
231 args.cb = tests_completion_cb;
232 args.cb_user = NULL;
234 if (lws_abs_unit_test_sequencer(&args)) {