Re: [PATCH libinput 3/5] test: allow running the symbols-leak-test.in script directly

2017-04-28 Thread Eric Engestrom
On Wednesday, 2017-04-26 12:20:39 +1000, Peter Hutterer wrote: > With autotools, we replace the @top_srcdir@ during configure and then run teh > resulting scripts. > > With meson, it's easier to just pass top-srcdir it in as argument. > > Signed-off-by: Peter Hutterer > --- > test/symbols-leak-

[PATCH libinput 3/5] test: allow running the symbols-leak-test.in script directly

2017-04-25 Thread Peter Hutterer
With autotools, we replace the @top_srcdir@ during configure and then run teh resulting scripts. With meson, it's easier to just pass top-srcdir it in as argument. Signed-off-by: Peter Hutterer --- test/symbols-leak-test.in | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff