Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dtc.h98 atf_error_t atf_tc_run(const atf_tc_t *, const char *);
H A Dtp.c201 return atf_tc_run(tc, resfile); in atf_tp_run()
H A Dtc.c1050 atf_tc_run(const atf_tc_t *tc, const char *resfile) in atf_tc_run() function
/freebsd/contrib/atf/atf-c/detail/
H A Dtest_helpers.c115 RE(atf_tc_run(data->m_tc, data->m_resname)); in run_h_tc_child()
/freebsd/contrib/atf/atf-c++/
H A Dtests.cpp296 atf_error_t err = atf_tc_run(&pimpl->m_tc, resfile.c_str()); in run()