Searched refs:test_ids (Results 1 – 2 of 2) sorted by relevance
| /littlefs-latest/runners/ |
| D | test_runner.c | 434 const test_id_t *test_ids = (const test_id_t[]) { 809 if (test_ids[t].name && !( in summary() 810 strcmp(test_ids[t].name, in summary() 812 || strcmp(test_ids[t].name, in summary() 821 test_ids[t].defines, in summary() 822 test_ids[t].define_count, in summary() 823 test_ids[t].cycles, in summary() 824 test_ids[t].cycle_count, in summary() 870 if (test_ids[t].name && !( in list_suites() 871 strcmp(test_ids[t].name, in list_suites() [all …]
|
| /littlefs-latest/scripts/ |
| D | test.py | 568 def list_(runner, test_ids=[], **args): argument 569 cmd = find_runner(runner, **args) + test_ids 1006 def run(runner, test_ids=[], **args): argument 1014 total_perms) = find_perms(runner_, test_ids, **args) 1047 for by in (test_ids if test_ids 1479 args.test_paths = [' '.join(args.runner or [])] + args.test_ids
|