Re: [PATCH wayland 3/3] tests: Add scanner symbol prefix test

2017-07-24 Thread Pekka Paalanen
On Mon, 3 Jul 2017 17:16:46 +0800 Jonas Ådahl wrote: > Test that it is possible to implement and use an interface with a > symbol prefix. > > Signed-off-by: Jonas Ådahl > --- > .gitignore| 5 ++ > Makefile.am

[PATCH wayland 3/3] tests: Add scanner symbol prefix test

2017-07-03 Thread Jonas Ådahl
Test that it is possible to implement and use an interface with a symbol prefix. Signed-off-by: Jonas Ådahl --- .gitignore| 5 ++ Makefile.am | 30 +++- tests/symbol-prefix-test-client.c | 77