Hi,
Thanks a bunch for this - I agree with basically everything that's been said.
On 25 February 2016 at 16:06, Pekka Paalanen wrote:
>> + wl_list_for_each_safe(entry, tmp, &pointer->private->link, link)
>> + if (entry->listener && entry->listener->enter)
>> +
On Wed, 23 Dec 2015 22:26:19 -0800
"Jon A. Cruz" wrote:
> Adds an initial implementation of a testing tool that uses the unit
> test framework to run checks against an arbitrary Wayland compositor.
> Note that this is not intended for Weston-specific testing, but for
> generic Wayland testing.
>
Adds an initial implementation of a testing tool that uses the unit
test framework to run checks against an arbitrary Wayland compositor.
Note that this is not intended for Weston-specific testing, but for
generic Wayland testing.
Signed-off-by: Jon A. Cruz
---
Changes from v1:
- Added test f