Searched refs:all_tests (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test.c48 struct test all_tests[] = { variable in typeref:struct:test
57 int test_count = sizeof(all_tests) / sizeof(struct test);
70 execute(i + 1, all_tests + i);
82 if (strncmp(argv[i], all_tests[j].t_name,
85 execute(i, all_tests + j);
/freebsd-12-stable/contrib/subversion/
H A Dwin-tests.py310 all_tests = gen_obj.test_progs + gen_obj.bdb_test_progs \
313 all_tests = gen_obj.test_progs + gen_obj.scripts variable
315 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
311 + gen_obj.scripts + gen_obj.bdb_scripts variable

Completed in 119 milliseconds