diff options
author | Marek Chalupa <mchqwerty@gmail.com> | 2015-02-12 09:25:36 -0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-02-13 10:20:44 +1000 |
commit | a9f216ab47ea2f643f20ed741b741a2b5766eba3 (patch) | |
tree | c1a491cc6f28769479e8a3e32135716a60b22ade /.gitignore | |
parent | d6da0e18c21a18c00c29104a8ba2febe1315207c (diff) |
add simple symbols leak checker
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 <mchqwerty@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,4 +27,5 @@ doc/libinput.doxygen doc/html tags test/test-* +test/symbols-leak-test* test-driver |