Home
last modified time | relevance | path

Searched refs:has_config_var (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtest_case_atf_helpers.cpp64 if (!test_case->has_config_var(directory)) in create_cookie()
224 if (has_config_var("timeout")) in ATF_TEST_CASE_HEAD()
237 if (has_config_var("timeout")) in ATF_TEST_CASE_HEAD()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dtests.hpp102 bool has_config_var(const std::string&) const;
H A Dtests.cpp215 impl::tc::has_config_var(const std::string& var) in has_config_var() function in impl::tc
/netbsd-src/external/bsd/kyua-cli/dist/examples/
H A Dsyntax_test.cpp66 tc->has_config_var("examplesdir") ? in example_file()
/netbsd-src/external/bsd/atf/dist/test-programs/
H A Dcpp_helpers.cpp54 ATF_REQUIRE(!has_config_var("test")); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dmisc_helpers.cpp141 if (!has_config_var("testvar")) in ATF_TEST_CASE_BODY()