Re: [PATCH v3 libinput] add simple symbols leak checker

2015-02-09 Thread Marek Chalupa
On Fri, Feb 6, 2015 at 5:32 AM, Peter Hutterer wrote: > On Thu, Feb 05, 2015 at 09:33:19AM +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. > > > >

Re: [PATCH v3 libinput] add simple symbols leak checker

2015-02-05 Thread Peter Hutterer
On Thu, Feb 05, 2015 at 09:33:19AM +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. > > v2. use noinst_SCRIPTS instead of dummy target > drop .sh suffi

[PATCH v3 libinput] add simple symbols leak checker

2015-02-05 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. v2. use noinst_SCRIPTS instead of dummy target drop .sh suffix generate the script from .in file use -u swich when running diff