Home
last modified time | relevance | path

Searched refs:test_args (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/libutil/tests/
H A Dhumanize_number_test.c53 } test_args[] = { variable
525 printf("1..%zu\n", nitems(test_args)); in main()
526 for (i = 0; i < nitems(test_args); i++) { in main()
542 test_args[i].scale, test_args[i].flags); in main()
546 if (r != test_args[i].retval) { in main()
553 test_args[i].res, in main()
554 (intmax_t)test_args[i].num, in main()
558 i + 1, r, test_args[i].retval); in main()
565 i, buf, test_args[i].res, in main()
566 (intmax_t)test_args[i].num, in main()
[all …]
/f-stack/dpdk/app/test/
H A Dmeson.build457 test_args = default_test_args variable
461 test_args += ['--no-huge', '-m', '2048']
470 test_args += ['-d', drv.full_path().split('.a')[0] + '.so']
474 test_args += ['--file-prefix=@0@'.format(arg[0])]
480 args : test_args,
H A Dtest_stack.c274 struct test_args { struct
278 static struct test_args thread_test_args; argument