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

/freebsd-11-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-11-stable/crypto/openssh/regress/
H A Dforward-control.sh107 # Usage: all_tests yes|local|remote|no Y|N Y|N Y|N Y|N Y|N Y|N
108 all_tests() { function
165 all_tests yes Y Y N Y Y Y
166 all_tests local Y N N N Y N
167 all_tests remote N Y N Y N Y
168 all_tests no N N N N N N
/freebsd-11-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 107 milliseconds