Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtest_case_test.cpp130 fs::path _binary_path; member in __anon54dd8b330111::atf_helper
150 _binary_path("test_case_atf_helpers"), in atf_helper()
207 _binary_path = fs::path(new_binary_path); in move()
211 const fs::path new_path = _root / _binary_path; in move()
235 "atf", _binary_path, _root, "the-suite", in run()
285 fs::path _binary_path; member in __anon54dd8b330111::plain_helper
301 _binary_path("test_case_plain_helpers"), in plain_helper()
334 _binary_path = fs::path(new_binary_path); in move()
338 const fs::path new_path = _root / _binary_path; in move()
356 "plain", _binary_path, _root, "unit-tests", mdbuilder.build()); in run()