18namespace sequoia::testing
22 runtime::shell_command cmake_cmd(
const build_paths& buildPaths,
23 const std::filesystem::path& output,
24 const std::optional<std::string>& args = {});
27 runtime::shell_command build_cmd(
const build_paths& buildPaths,
const std::filesystem::path& output);
30 runtime::shell_command build_and_run_cmd(
const build_paths& buildPaths,
const std::filesystem::path& output);
File paths pertaining to a sequoia project.
Utilties for creating, composing and invoking commandline input.