Home
last modified time | relevance | path

Searched refs:required_programs (Results 1 – 24 of 24) sorted by relevance

/freebsd/tests/sys/netinet/
H A DMakefile40 TEST_METADATA.divert+= required_programs="python" \
45 TEST_METADATA.forward+= required_programs="python" \
48 TEST_METADATA.output+= required_programs="python"
49 TEST_METADATA.redirect+= required_programs="python"
/freebsd/contrib/kyua/engine/
H A Drequirements.cpp207 check_required_programs(const model::paths_set& required_programs) in check_required_programs() argument
209 for (model::paths_set::const_iterator iter = required_programs.begin(); in check_required_programs()
210 iter != required_programs.end(); iter++) { in check_required_programs()
311 reason = check_required_programs(md.required_programs()); in check_reqs()
/freebsd/tests/sys/acl/
H A DMakefile32 TEST_METADATA.$t+= required_programs="perl zpool ${_ACL_PROGS}"
36 TEST_METADATA.$t+= required_programs="perl ${_ACL_PROGS}"
/freebsd/bin/pkill/tests/
H A DMakefile19 TEST_METADATA.pgrep-j_test+= required_programs="jail jls"
37 TEST_METADATA.pkill-j_test+= required_programs="jail jls"
/freebsd/contrib/kyua/integration/
H A Dcmd_report_junit_test.sh108 required_programs is empty
148 required_programs is empty
226 required_programs is empty
266 required_programs is empty
H A Dcmd_report_test.sh262 required_programs is empty
H A Dcmd_list_test.sh423 required_programs = /nonexistent/bin3 bin1 bin2
/freebsd/contrib/kyua/model/
H A Dmetadata_test.cpp61 ATF_REQUIRE(md.required_programs().empty()); in ATF_TEST_CASE_BODY()
114 ATF_REQUIRE(programs == md.required_programs()); in ATF_TEST_CASE_BODY()
228 ATF_REQUIRE(programs == md.required_programs()); in ATF_TEST_CASE_BODY()
296 ATF_REQUIRE(programs == md.required_programs()); in ATF_TEST_CASE_BODY()
H A Dmetadata.hpp79 const paths_set& required_programs(void) const;
H A Dmetadata.cpp604 model::metadata::required_programs(void) const in required_programs() function in model::metadata
/freebsd/share/mk/
H A Datf.test.mk93 TEST_METADATA.${_T}+= required_programs="ksh93"
134 TEST_METADATA.${_T}+= required_programs="pytest"
H A Dplain.test.mk53 TEST_METADATA.${_T}+= required_programs="porch"
H A Dtap.test.mk58 TEST_METADATA.${_T}+= required_programs="${TAP_PERL_INTERPRETER}"
/freebsd/sbin/devd/tests/
H A DMakefile3 TEST_METADATA.client_test+= required_programs="devd"
/freebsd/tests/sys/opencrypto/
H A DMakefile15 TEST_METADATA.runtests+= required_programs="python3"
/freebsd/tests/sys/netgraph/
H A DMakefile11 TEST_METADATA.ng_macfilter_test+= required_programs="perl"
/freebsd/tests/sys/net/
H A DMakefile9 TEST_METADATA.if_bridge_test+= required_programs="python"
/freebsd/lib/atf/libatf-c/tests/
H A DMakefile33 TEST_METADATA.${_T}+= required_programs="cc"
/freebsd/lib/atf/libatf-c++/tests/
H A DMakefile34 TEST_METADATA.${_T}+= required_programs="c++"
/freebsd/tests/sys/netinet6/
H A DMakefile29 required_programs="python"
/freebsd/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk15 TEST_METADATA.t_dtrace_contrib+= required_programs="ksh jq perl xmllint"
/freebsd/tests/sys/kern/
H A DMakefile64 TEST_METADATA.sonewconn_overflow+= required_programs="python"
/freebsd/share/examples/tests/tests/plain/
H A DKyuafile45 plain_test_program{name='cp_test', required_programs='/bin/cp'}
/freebsd/share/examples/tests/tests/tap/
H A DKyuafile45 tap_test_program{name='cp_test', required_programs='/bin/cp'}