Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/regression/security/cap_test/
Dcap_test.c48 struct test all_tests[] = { variable
57 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()
/freebsd-12-stable/contrib/subversion/
Dwin-tests.py310 all_tests = gen_obj.test_progs + gen_obj.bdb_test_progs \ variable
313 all_tests = gen_obj.test_progs + gen_obj.scripts
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