Update tests for new check library & osx
This commit is contained in:
@@ -46,6 +46,7 @@ static void usr2_handler(struct IOMux *mux, int signo, void *cookie)
|
||||
}
|
||||
|
||||
START_TEST (test_iomux_signal_simple)
|
||||
{
|
||||
|
||||
|
||||
struct IOMux *mux = iomux_create(g_iomux_type);
|
||||
@@ -87,6 +88,7 @@ START_TEST (test_iomux_signal_simple)
|
||||
|
||||
ck_assert_int_eq(g_usr1_seen, 1);
|
||||
ck_assert_int_eq(g_usr2_seen, 1);
|
||||
}
|
||||
END_TEST
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user