Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/kyua/os/freebsd/
H A Dexecenv_jail.cpp49 auto test_case = _test_program.find(_test_case_name); in init()
52 jail.make_name(_test_program.absolute_path(), _test_case_name), in init()
62 jail.make_name(_test_program.absolute_path(), _test_case_name) in cleanup()
71 jail.make_name(_test_program.absolute_path(), _test_case_name), in exec()
72 _test_program.absolute_path(), in exec()
/freebsd-14.2/contrib/kyua/engine/
H A Dscheduler.cpp372 const model::test_program _test_program; member in __anon6b6954d50111::list_test_cases
388 _test_program(force_absolute_paths(*test_program)), in list_test_cases()
398 _user_config, _test_program.test_suite_name()); in operator ()()
399 _interface->exec_list(_test_program, vars); in operator ()()
410 const model::test_program _test_program; member in __anon6b6954d50111::run_test_program
440 _test_program.test_suite_name(), in do_requirements_check()
473 _test_program(force_absolute_paths(*test_program)), in run_test_program()
494 _user_config, _test_program.test_suite_name()); in operator ()()
507 const model::test_program _test_program; member in __anon6b6954d50111::run_test_cleanup
528 _test_program(force_absolute_paths(*test_program)), in run_test_cleanup()
[all …]
/freebsd-14.2/contrib/kyua/engine/execenv/
H A Dexecenv.hpp52 const model::test_program& _test_program; member in engine::execenv::interface
62 _test_program(test_program), in interface()
H A Dexecenv_host.cpp51 utils::process::exec(_test_program.absolute_path(), args); in exec()
/freebsd-14.2/contrib/kyua/
H A DNEWS.md308 existing tester interfaces. The various `*_test_program()` functions