mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
tests: prefix event loop tests with event_loop_
This commit is contained in:
parent
d8dda50d27
commit
f42d763cd0
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ fd_dispatch(int fd, uint32_t mask, void *data)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(post_dispatch_check)
|
TEST(event_loop_post_dispatch_check)
|
||||||
{
|
{
|
||||||
struct wl_event_loop *loop = wl_event_loop_create();
|
struct wl_event_loop *loop = wl_event_loop_create();
|
||||||
struct wl_event_source *source;
|
struct wl_event_source *source;
|
||||||
|
|
@ -82,7 +82,7 @@ free_source_callback(int fd, uint32_t mask, void *data)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(free_source_with_data)
|
TEST(event_loop_free_source_with_data)
|
||||||
{
|
{
|
||||||
struct wl_event_loop *loop = wl_event_loop_create();
|
struct wl_event_loop *loop = wl_event_loop_create();
|
||||||
struct free_source_context context;
|
struct free_source_context context;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue