Home
last modified time | relevance | path

Searched refs:tester_path (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtesters_test.cpp295 ATF_REQUIRE(atf::utils::file_exists(engine::tester_path("atf").str())); in ATF_TEST_CASE_BODY()
296 ATF_REQUIRE(atf::utils::file_exists(engine::tester_path("plain").str())); in ATF_TEST_CASE_BODY()
308 const fs::path mock1 = engine::tester_path("mock-1"); in ATF_TEST_CASE_BODY()
312 const fs::path mock2 = engine::tester_path("mock-2"); in ATF_TEST_CASE_BODY()
317 engine::tester_path("mock-3")); in ATF_TEST_CASE_BODY()
328 const fs::path mock = engine::tester_path("mock"); in ATF_TEST_CASE_BODY()
332 ATF_REQUIRE_EQ(mock, engine::tester_path("mock")); in ATF_TEST_CASE_BODY()
344 engine::tester_path("")); in ATF_TEST_CASE_BODY()
353 engine::tester_path("plain")); in ATF_TEST_CASE_BODY()
H A Dtesters.cpp190 engine::tester_path(const std::string& interface) in tester_path() function in engine
249 const fs::path tester_path = engine::tester_path(_interface); in list() local
251 tester_path, args); in list()
290 const fs::path tester_path = engine::tester_path(_interface); in test() local
292 tester_path, args, stdout_file, stderr_file); in test()
H A Dtesters.hpp80 utils::fs::path tester_path(const std::string&);
H A Dkyuafile.cpp365 (void)engine::tester_path(interface); in ensure_valid_interface()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Dcommon_inttest.h84 tester_path(void) in tester_path() function
106 char* tester = tester_path(); in setup()
135 char* program = tester_path(); in execute()