Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/model/
H A Dtest_result.cpp45 .is_run = true,
51 .is_run = true,
57 .is_run = true,
63 .is_run = true,
69 .is_run = false,
H A Dtest_result.hpp48 bool is_run; member
/freebsd/contrib/kyua/cli/
H A Dcmd_test.cpp164 if (type.is_run && type.is_good) in run()
183 if (!type.is_run || !type.is_good) { in run()