Searched refs:all_tests (Results 1 – 2 of 2) sorted by relevance
48 struct test all_tests[] = { variable57 int test_count = sizeof(all_tests) / sizeof(struct test);70 execute(i + 1, all_tests + i); in main()82 if (strncmp(argv[i], all_tests[j].t_name, in main()85 execute(i, all_tests + j); in main()
310 all_tests = gen_obj.test_progs + gen_obj.bdb_test_progs \ variable313 all_tests = gen_obj.test_progs + gen_obj.scripts315 client_tests = [x for x in all_tests if x.startswith(CMDLINE_TEST_SCRIPT_PATH)]1059 test = [x for x in all_tests if x.split('/')[-1] == t]1062 test = [x for x in all_tests if x.split('/')[-1][:-9] == t]1073 tests_to_run = all_tests