Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/drivers/
H A Dlist_tests_test.cpp119 create_helpers(const atf::tests::tc* tc, const fs::path& source_root, in create_helpers() argument
122 ATF_REQUIRE(::mkdir(source_root.c_str(), 0755) != -1); in create_helpers()
123 ATF_REQUIRE(::mkdir((source_root / "dir").c_str(), 0755) != -1); in create_helpers()
124 if (source_root != build_root) { in create_helpers()
132 (source_root / "Kyuafile").str(), in create_helpers()
137 (source_root / "dir/Kyuafile").str(), in create_helpers()
156 run_helpers(const fs::path& source_root, in run_helpers() argument
174 return drivers::list_tests::drive(source_root / "Kyuafile", build_root, in run_helpers()
/freebsd/tools/build/
H A Dmake.py76 def bootstrap_bmake(source_root, objdir_prefix): argument
77 bmake_source_dir = source_root / "contrib/bmake"
248 source_root = Path(__file__).absolute().parent.parent.parent variable
304 bmake_binary = bootstrap_bmake(source_root, objdir_prefix)
333 os.chdir(str(source_root))
/freebsd/contrib/kyua/engine/
H A Dkyuafile_test.cpp74 ATF_REQUIRE_EQ(fs::path("."), suite.source_root()); in ATF_TEST_CASE_BODY()
119 ATF_REQUIRE_EQ(fs::path("."), suite.source_root()); in ATF_TEST_CASE_BODY()
179 ATF_REQUIRE_EQ(fs::path("."), suite.source_root()); in ATF_TEST_CASE_BODY()
264 ATF_REQUIRE_EQ(fs::path("."), suite.source_root()); in ATF_TEST_CASE_BODY()
304 ATF_REQUIRE_EQ(fs::path("root"), suite.source_root()); in ATF_TEST_CASE_BODY()
350 ATF_REQUIRE_EQ(fs::path("srcdir"), suite.source_root()); in ATF_TEST_CASE_BODY()
392 ATF_REQUIRE_EQ(fs::path("."), suite.source_root()); in ATF_TEST_CASE_BODY()
H A Dkyuafile.hpp88 const utils::fs::path& source_root(void) const;
H A Dkyuafile.cpp671 engine::kyuafile::source_root(void) const in source_root() function in engine::kyuafile
/freebsd/contrib/kyua/examples/
H A Dsyntax_test.cpp138 ATF_REQUIRE_EQ(fs::path("root"), kyuafile.source_root()); in ATF_TEST_CASE_BODY()
177 ATF_REQUIRE_EQ(fs::path("root"), kyuafile.source_root()); in ATF_TEST_CASE_BODY()