Re: Wayland integration tests

2013-11-15 Thread Marek Ch
Hi, Amed assrs a result of previous mailing I've merged wayland-integration-tests into wayland. And, with a tear in my eye, renaead and asswrite xD (actually, I renamed all functions. I removed prefixes). Here's repo with the first version: https://github.com/mchalupa/wayland/tree/wit

Re: Wayland integration tests

2013-10-31 Thread Marek Ch
> "assread(...)" and "asswrite(...)" are not clever function names ;-) I know but I couldn't help myself xD Of course I can change the names. > >> This is very similar to what we're trying to do in weston tests/. Did > >you consider just building out the current weston in-tree test suite? Yes,

RE: Wayland integration tests

2013-10-30 Thread Eoff, Ullysses A
e included in test/ folder but are not very complex yet. > > > > Here's the link: https://github.com/mchalupa/wayland-integration-tests > > I appreciate any comments :) "assread(...)" and "asswrite(...)" are not clever function names ;-) > > This is v

Re: Wayland integration tests

2013-10-30 Thread Kristian Høgsberg
ay, one client's > process and a few functions for communication between them (client can ask > for emitting an event, or wait until display creates some object and > similar) > The tests are included in test/ folder but are not very complex yet. > > Here's the link: htt

Wayland integration tests

2013-10-30 Thread Marek Ch
(client can ask for emitting an event, or wait until display creates some object and similar) The tests are included in test/ folder but are not very complex yet. Here's the link: https://github.com/mchalupa/wayland-integration-tests I appreciate any comments