Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/model/
H A Dtest_program.cpp82 impl(const std::string& interface_name_, const fs::path& binary_, in impl()
86 binary(binary_), in impl()
130 const fs::path& binary_, in test_program() argument
135 _pimpl(new impl(interface_name_, binary_, root_, test_suite_name_, md_, in test_program()
360 const std::string& interface_name_, const fs::path& binary_, in test_program_builder() argument
362 _pimpl(new impl(model::test_program(interface_name_, binary_, root_, in test_program_builder()
H A Dtest_program_test.cpp85 const utils::fs::path& binary_, in lazy_test_program() argument
90 test_program(interface_name_, binary_, root_, test_suite_name_, in lazy_test_program()
/freebsd/contrib/kyua/utils/
H A Dstacktrace_test.cpp88 explicit crash_me(const fs::path& binary_, in crash_me() argument
90 _binary(binary_), in crash_me()
91 _copy_name(copy_name_.empty() ? binary_.leaf_name() : copy_name_) in crash_me()
/freebsd/contrib/kyua/engine/
H A Dscanner_test.cpp65 mock_test_program(const fs::path& binary_) : in mock_test_program() argument
66 test_program("unused-interface", binary_, fs::path("unused-root"), in mock_test_program()
H A Dscheduler.cpp651 const fs::path& binary_, in lazy_test_program() argument
657 test_program(interface_name_, binary_, root_, test_suite_name_, md_, in lazy_test_program()