OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:build_root
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/engine/drivers/
list_tests_test.cpp
98
/// \param
build_root
Basename of the directory that will contain the test
102
const fs::path&
build_root
)
106
if (source_root !=
build_root
) {
107
ATF_REQUIRE(::mkdir(
build_root
.c_str(), 0755) != -1);
108
ATF_REQUIRE(::mkdir((
build_root
/ "dir").c_str(), 0755) != -1);
111
(
build_root
/ "dir/program").c_str()) != -1);
128
/// \param
build_root
If not none, path to the directory that contains the test
137
const optional< fs::path >
build_root
,
147
return list_tests::drive(source_root / "Kyuafile",
build_root
, filters,
199
ATF_TEST_CASE_WITHOUT_HEAD(
build_root
);
variable
[
all
...]
/src/external/bsd/kyua-cli/dist/cli/
common.cpp
132
optional< fs::path >
build_root
;
local
134
build_root
= cmdline.get_option< cmdline::path_option >(
136
return
build_root
;
/src/external/bsd/kyua-cli/dist/engine/
kyuafile.cpp
617
engine::kyuafile::
build_root
(void) const
function in class:engine::kyuafile
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026