Searched refs:get_helpers (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/atf/test-programs/ |
H A D | expect_test.sh | 35 for h in $(get_helpers); do 55 for h in $(get_helpers c_helpers cpp_helpers); do 76 for h in $(get_helpers sh_helpers); do 88 for h in $(get_helpers); do 102 for h in $(get_helpers); do 119 for h in $(get_helpers); do 134 for h in $(get_helpers); do
|
H A D | result_test.sh | 37 for h in $(get_helpers); do 52 for h in $(get_helpers); do 71 for h in $(get_helpers); do 100 for h in $(get_helpers c_helpers cpp_helpers); do 106 for h in $(get_helpers sh_helpers); do 120 for h in $(get_helpers cpp_helpers); do
|
H A D | srcdir_test.sh | 42 for hp in $(get_helpers); do 64 for hp in $(get_helpers c_helpers cpp_helpers); do 74 for hp in $(get_helpers c_helpers cpp_helpers); do 95 for hp in $(get_helpers); do 118 for hp in $(get_helpers); do
|
H A D | meta_data_test.sh | 33 for h in $(get_helpers); do 47 for h in $(get_helpers); do
|
H A D | common.sh | 26 get_helpers() function
|
H A D | config_test.sh | 34 for h in $(get_helpers); do
|
/freebsd/contrib/kyua/utils/process/ |
H A D | child_test.cpp | 207 get_helpers(const atf::tests::tc* tc) in get_helpers() function 651 const fs::path program = get_helpers(this); in ATF_TEST_CASE_BODY() 670 ATF_REQUIRE(::symlink(get_helpers(this).c_str(), "root/helpers") != -1); in ATF_TEST_CASE_BODY() 688 ATF_REQUIRE(::symlink(get_helpers(this).c_str(), "helpers") != -1); in ATF_TEST_CASE_BODY() 708 const fs::path helpers = get_helpers(this); in ATF_TEST_CASE_BODY() 729 get_helpers(this), args); in ATF_TEST_CASE_BODY() 750 get_helpers(this), args); in ATF_TEST_CASE_BODY() 754 ATF_REQUIRE_EQ("argv[0] = " + get_helpers(this).str(), line); in ATF_TEST_CASE_BODY()
|
H A D | operations_test.cpp | 71 get_helpers(const atf::tests::tc* tc) in get_helpers() function 165 child_exec(do_exec, get_helpers(tc), process::args_vector()), in check_exec_no_args() 187 child_exec(do_exec, get_helpers(tc), args), in check_exec_some_args()
|