Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/kyua-cli/dist/engine/drivers/
Dlist_tests_test.cpp102 const fs::path& build_root) in create_helpers() argument
106 if (source_root != build_root) { in create_helpers()
107 ATF_REQUIRE(::mkdir(build_root.c_str(), 0755) != -1); in create_helpers()
108 ATF_REQUIRE(::mkdir((build_root / "dir").c_str(), 0755) != -1); in create_helpers()
111 (build_root / "dir/program").c_str()) != -1); in create_helpers()
137 const optional< fs::path > build_root, in run_helpers()
147 return list_tests::drive(source_root / "Kyuafile", build_root, filters, in run_helpers()
199 ATF_TEST_CASE_WITHOUT_HEAD(build_root);
200 ATF_TEST_CASE_BODY(build_root) in ATF_TEST_CASE_BODY() argument
234 ATF_ADD_TEST_CASE(tcs, build_root); in ATF_INIT_TEST_CASES()
Dlist_tests.cpp90 const optional< fs::path > build_root, in drive()
95 kyuafile_path, build_root); in drive()
Ddebug_test.cpp120 const optional< fs::path > build_root, in drive()
127 kyuafile_path, build_root); in drive()
Drun_tests.cpp168 const optional< fs::path > build_root, in drive()
175 kyuafile_path, build_root); in drive()
/netbsd/src/external/bsd/kyua-cli/dist/engine/
Dkyuafile_test.cpp60 ATF_REQUIRE_EQ(fs::path("."), suite.build_root()); in ATF_TEST_CASE_BODY()
101 ATF_REQUIRE_EQ(fs::path("."), suite.build_root()); in ATF_TEST_CASE_BODY()
192 ATF_REQUIRE_EQ(fs::path("."), suite.build_root()); in ATF_TEST_CASE_BODY()
228 ATF_REQUIRE_EQ(fs::path("root"), suite.build_root()); in ATF_TEST_CASE_BODY()
269 ATF_REQUIRE_EQ(fs::path("builddir"), suite.build_root()); in ATF_TEST_CASE_BODY()
Dkyuafile.hpp83 const utils::fs::path& build_root(void) const;
Dkyuafile.cpp617 engine::kyuafile::build_root(void) const in build_root() function in engine::kyuafile
/netbsd/src/external/bsd/kyua-cli/dist/cli/
Dcommon.cpp132 optional< fs::path > build_root; in build_root_path() local
134 build_root = cmdline.get_option< cmdline::path_option >( in build_root_path()
136 return build_root; in build_root_path()
/netbsd/src/external/bsd/kyua-cli/dist/examples/
Dsyntax_test.cpp128 ATF_REQUIRE_EQ(fs::path("root"), kyuafile.build_root()); in ATF_TEST_CASE_BODY()
162 ATF_REQUIRE_EQ(fs::path("root"), kyuafile.build_root()); in ATF_TEST_CASE_BODY()