Searched refs:test_program_ (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | filters.cpp | 52 engine::test_filter::test_filter(const fs::path& test_program_, in test_filter() argument 54 test_program(test_program_), in test_filter() 83 const fs::path test_program_(str.substr(0, pos)); in parse() local 84 if (test_program_.is_absolute()) in parse() 87 test_program_.str()); in parse() 90 str % test_program_.str()); in parse() 91 return test_filter(test_program_, ""); in parse() 95 str % test_program_.str() % test_case_); in parse() 96 return test_filter(test_program_, test_case_); in parse() 143 engine::test_filter::matches_test_program(const fs::path& test_program_) const in matches_test_program() [all …]
|
H A D | test_case.cpp | 189 const test_program& test_program_, in impl() 194 _test_program(test_program_), in impl() 230 const test_program& test_program_, in test_case() argument 233 _pimpl(new impl(interface_name_, test_program_, name_, md_, none)) in test_case() 262 const test_program& test_program_, in test_case() argument 266 _pimpl(new impl(interface_name_, test_program_, name_, in test_case()
|