Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/
H A Dlist_tests.cpp89 list_tests::drive(const fs::path& kyuafile_path, in drive() argument
95 kyuafile_path, build_root); in drive()
H A Ddebug_test.cpp119 debug_test::drive(const fs::path& kyuafile_path, in drive() argument
127 kyuafile_path, build_root); in drive()
H A Drun_tests.cpp167 run_tests::drive(const fs::path& kyuafile_path, in drive() argument
175 kyuafile_path, build_root); in drive()
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_debug.cpp85 kyuafile_path(cmdline), build_root_path(cmdline), filter, user_config, in run()
H A Dcommon.hpp93 utils::fs::path kyuafile_path(const utils::cmdline::parsed_cmdline&);
H A Dcmd_test.cpp132 kyuafile_path(cmdline), build_root_path(cmdline), store_path(cmdline), in run()
H A Dcmd_list.cpp149 kyuafile_path(cmdline), build_root_path(cmdline), in run()
H A Dcommon_test.cpp131 cli::kyuafile_path(mock_cmdline).str()); in ATF_TEST_CASE_BODY()
142 ATF_REQUIRE_EQ("/my/path", cli::kyuafile_path(mock_cmdline).str()); in ATF_TEST_CASE_BODY()
H A Dcommon.cpp169 cli::kyuafile_path(const cmdline::parsed_cmdline& cmdline) in kyuafile_path() function in cli