(CLOCK_MONOTONIC, true, true, "CLOCK_MONOTONIC"); } ATF_TP_ADD_TCS(tp) { ATF_TP_ADD_TC(tp, cond_wait_real); ATF_TP_ADD_TC(tp, cond_wait_mono); + ATF_TP_ADD_TC(tp, cond_clockwait_real); + ATF_TP_ADD_TC(tp, cond_clockwait_mono); + ATF_TP_ADD_TC(tp, cond_klockwait_real); + ATF_TP_ADD_TC(tp, cond_klockwait_mono); return atf_no_error(); }