Home
last modified time | relevance | path

Searched refs:build_root (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/kyua/drivers/
H A Dlist_tests_test.cpp120 const fs::path& build_root) in create_helpers() argument
124 if (source_root != build_root) { in create_helpers()
125 ATF_REQUIRE(::mkdir(build_root.c_str(), 0755) != -1); in create_helpers()
126 ATF_REQUIRE(::mkdir((build_root / "dir").c_str(), 0755) != -1); in create_helpers()
129 (build_root / "dir/program").c_str()) != -1); in create_helpers()
157 const optional< fs::path > build_root, in run_helpers()
174 return drivers::list_tests::drive(source_root / "Kyuafile", build_root, in run_helpers()
226 ATF_TEST_CASE_WITHOUT_HEAD(build_root);
227 ATF_TEST_CASE_BODY(build_root) in ATF_TEST_CASE_BODY() argument
284 ATF_ADD_TEST_CASE(tcs, build_root); in ATF_INIT_TEST_CASES()
H A Dlist_tests.cpp63 const optional< fs::path > build_root, in drive()
71 kyuafile_path, build_root, user_config, handle); in drive()
H A Ddebug_test.cpp67 const optional< fs::path > build_root, in drive()
76 kyuafile_path, build_root, user_config, handle); in drive()
H A Drun_tests.cpp255 const optional< fs::path > build_root, in drive()
264 kyuafile_path, build_root, user_config, handle); in drive()
/freebsd/contrib/kyua/engine/
H A Dkyuafile_test.cpp75 ATF_REQUIRE_EQ(fs::path("."), suite.build_root()); in ATF_TEST_CASE_BODY()
120 ATF_REQUIRE_EQ(fs::path("."), suite.build_root()); in ATF_TEST_CASE_BODY()
180 ATF_REQUIRE_EQ(fs::path("."), suite.build_root()); in ATF_TEST_CASE_BODY()
265 ATF_REQUIRE_EQ(fs::path("."), suite.build_root()); in ATF_TEST_CASE_BODY()
305 ATF_REQUIRE_EQ(fs::path("root"), suite.build_root()); in ATF_TEST_CASE_BODY()
351 ATF_REQUIRE_EQ(fs::path("builddir"), suite.build_root()); in ATF_TEST_CASE_BODY()
393 ATF_REQUIRE_EQ(fs::path("."), suite.build_root()); in ATF_TEST_CASE_BODY()
H A Dkyuafile.hpp89 const utils::fs::path& build_root(void) const;
H A Dkyuafile.cpp681 engine::kyuafile::build_root(void) const in build_root() function in engine::kyuafile
/freebsd/contrib/kyua/cli/
H A Dcommon.cpp185 optional< fs::path > build_root; in build_root_path() local
187 build_root = cmdline.get_option< cmdline::path_option >( in build_root_path()
189 return build_root; in build_root_path()
/freebsd/contrib/kyua/examples/
H A Dsyntax_test.cpp139 ATF_REQUIRE_EQ(fs::path("root"), kyuafile.build_root()); in ATF_TEST_CASE_BODY()
178 ATF_REQUIRE_EQ(fs::path("root"), kyuafile.build_root()); in ATF_TEST_CASE_BODY()