Re: [PATCH] tests: allow running make check without make install

2014-08-22 Thread Pekka Paalanen
On Thu, 21 Aug 2014 13:57:58 -0500 Derek Foreman wrote: > And here's a second round with free()s for the asprintf()s. > > > On 21/08/14 11:46 AM, Derek Foreman wrote: > > This is my first attempt at a patch to allow running weston-keyboard, > > desktop-shell and screenshooter out of the build d

Re: [PATCH] tests: allow running make check without make install

2014-08-21 Thread Derek Foreman
Derek Foreman Date: Thu, 21 Aug 2014 11:32:38 -0500 Subject: [PATCH] tests: allow running make check without make install desktop shell and weston keyboard both refer to themselves prefixed by LIBEXECDIR, however this is only valid once installed. make check will currently either fail or run pr

[PATCH] tests: allow running make check without make install

2014-08-21 Thread Derek Foreman
11:32:38 -0500 Subject: [PATCH] tests: allow running make check without make install desktop shell and weston keyboard both refer to themselves prefixed by LIBEXECDIR, however this is only valid once installed. make check will currently either fail or run pre-existing versions. This patch adds