Re: [Mesa-dev] [PATCH mesa] mapi: fix .so path in ABI-check

2017-11-01 Thread Michel Dänzer
On 31/10/17 07:50 PM, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom > --- > Didn't find when this was broken, but it looks like the tests had been > silently ignored by `make check` for a long time... > --- > src/mapi/es1api/ABI-check | 2 +- > src/mapi/es2api/ABI-check | 2 +- > 2 files

[Mesa-dev] [PATCH mesa] mapi: fix .so path in ABI-check

2017-10-31 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- Didn't find when this was broken, but it looks like the tests had been silently ignored by `make check` for a long time... --- src/mapi/es1api/ABI-check | 2 +- src/mapi/es2api/ABI-check | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/m