Searched refs:get_config_var (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dmisc_helpers.cpp84 std::cout << "1st: " << get_config_var("1st") << "\n";
85 std::cout << "2nd: " << get_config_var("2nd") << "\n";
86 std::cout << "3rd: " << get_config_var("3rd") << "\n";
87 std::cout << "4th: " << get_config_var("4th") << "\n";
143 std::cout << "testvar: " << get_config_var("testvar") << "\n";
217 touch(get_config_var("statedir") + "/to-delete");
218 touch(get_config_var("statedir") + "/to-stay");
220 if (get_config_var("state") == "fail")
222 else if (get_config_var("state") == "skip")
227 tools::fs::remove(tools::fs::path(get_config_var("statedi
[all...]
H A Dprocess_test.cpp66 const tools::fs::path helpers = tools::fs::path(tc.get_config_var("srcdir")) /
H A Dtest_program_test.cpp55 return tools::fs::path(tc.get_config_var("srcdir")) / name;
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp68 atf::fs::path(tc.get_config_var("srcdir")) / sfile;
92 return atf::fs::path(tc.get_config_var("srcdir")) /
95 return atf::fs::path(tc.get_config_var("srcdir")) /
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dmacros_test.cpp105 bool condition = atf::text::to_bool(get_config_var("condition"));
119 long v1 = atf::text::to_type< long >(get_config_var("v1"));
120 long v2 = atf::text::to_type< long >(get_config_var("v2"));
134 const std::string element = get_config_var("value");
153 const std::string regexp = get_config_var("regexp");
154 const std::string string = get_config_var("string");
168 const std::string element = get_config_var("value");
189 if (get_config_var("what") == "throw_int")
191 else if (get_config_var("what") == "throw_rt")
194 else if (get_config_var("wha
[all...]
H A Dtests.hpp93 const std::string get_config_var(const std::string&) const;
94 const std::string get_config_var(const std::string&, const std::string&)
H A Dtests.cpp245 impl::tc::get_config_var(const std::string& var) function in class:impl::tc
252 impl::tc::get_config_var(const std::string& var, const std::string& defval) function in class:impl::tc
/bind-9.11.3/unit/atf-src/test-programs/
H A Dcpp_helpers.cpp60 ATF_REQUIRE_EQ(get_config_var("test"), "");
70 ATF_REQUIRE_EQ(get_config_var("test"), "foo");
80 ATF_REQUIRE_EQ(get_config_var("test"), "foo bar");
251 if (!atf::fs::exists(atf::fs::path(get_config_var("srcdir")) /

Completed in 877 milliseconds