Re: [PATCH libinput 1/2] add simple symbols leak checker

2015-01-21 Thread Peter Hutterer
On Wed, Jan 21, 2015 at 12:11:21PM +0100, Marek Chalupa wrote: > This patch adds simple script that compares libinput.sym file to the > functions that are marked by LIBINPUT_EXPORT. This script is added > to make check target. good idea, thanks > Signed-off-by: Marek Chalupa > --- > test/Makefi

[PATCH libinput 1/2] add simple symbols leak checker

2015-01-21 Thread Marek Chalupa
This patch adds simple script that compares libinput.sym file to the functions that are marked by LIBINPUT_EXPORT. This script is added to make check target. Signed-off-by: Marek Chalupa --- test/Makefile.am | 7 ++- test/symbols-leak-test.sh | 17 + 2 files changed