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

/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile.cpp134 /// \param source_root_ The root directory of the test suite represented by
138 /// source_root_.
139 parser(const fs::path& source_root_, const fs::path& build_root_, argument
141 _source_root(source_root_), _build_root(build_root_),
554 /// \param source_root_ The root directory for the test suite represented by the
558 /// general, this will be the same as source_root_. If different, the
559 /// specified directory must follow the exact same layout of source_root_.
561 engine::kyuafile::kyuafile(const fs::path& source_root_, argument
564 _source_root(source_root_),
593 const fs::path source_root_ local
[all...]

Completed in 137 milliseconds