Re: [Intel-gfx] [PATCH i-g-t 01/12] meson: Install tests into $libexecdir

2017-09-14 Thread Ville Syrjälä
On Thu, Sep 14, 2017 at 11:04:14AM -0700, Jordan Justen wrote: > On 2017-09-11 10:24:56, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > autotools installs the tests into $libexecdir. Make meson do the same. > > > > Signed-off-by: Ville Syrjälä

Re: [Intel-gfx] [PATCH i-g-t 01/12] meson: Install tests into $libexecdir

2017-09-14 Thread Jordan Justen
On 2017-09-11 10:24:56, Ville Syrjala wrote: > From: Ville Syrjälä > > autotools installs the tests into $libexecdir. Make meson do the same. > > Signed-off-by: Ville Syrjälä > --- > tests/meson.build | 10 -- > 1 file

[Intel-gfx] [PATCH i-g-t 01/12] meson: Install tests into $libexecdir

2017-09-11 Thread Ville Syrjala
From: Ville Syrjälä autotools installs the tests into $libexecdir. Make meson do the same. Signed-off-by: Ville Syrjälä --- tests/meson.build | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git