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

/freebsd-11-stable/contrib/atf/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")) /
/freebsd-11-stable/contrib/atf/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
/freebsd-11-stable/contrib/atf/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")) /
/freebsd-11-stable/contrib/ldns/
H A Dconfigure13551 e = get_config_var('VERSION')
13577 e = distutils.sysconfig.get_config_var('LIBDIR')
13642 conf = distutils.sysconfig.get_config_var; \
13656 conf = distutils.sysconfig.get_config_var; \

Completed in 189 milliseconds