Re: [PATCH xserver 3/6] tests: Convert test/xi2/ to single binary

2017-01-12 Thread Mihail Konev
On Mon, Jan 09, 2017 at 01:29:17PM +1000, Peter Hutterer wrote: > > +#ifndef INSIDE_PROTOCOL_COMMON > > + > > +extern int enable_XISetEventMask_wrap; > > +extern int enable_GrabButton_wrap; > > + > > +#endif /* INSIDE_PROTOCOL_COMMON */ > > something tells me this woudl be nicer solved by just

Re: [PATCH xserver 3/6] tests: Convert test/xi2/ to single binary

2017-01-08 Thread Peter Hutterer
On Wed, Jan 04, 2017 at 11:31:41AM +0500, Mihail Konev wrote: > Part of refactoring the tests into a single binary, > to make partial rebuild slightly faster and less verbose. > > Signed-off-by: Mihail Konev > --- > test/tests.h| 19 >