Hook up nm to check for leaking symbols in the static library
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 18 Aug 2014 23:16:39 +0000 (09:16 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 25 Aug 2014 00:06:48 +0000 (10:06 +1000)
commit31113e6038a6ba4d8504f6329fb99b9adc4d58c2
tree3f10aac5cc7e6ce78aea5b7b4df17a6583a17992
parent6d3c994694f7ab82d7e65084332b17d8aeded829
Hook up nm to check for leaking symbols in the static library

We ignore anything that starts with an underscore, anything that starts with
libevdev and main (since we test the test-static-link binary) and a couple of
gcov-related functions. This should catch any functions we accidentally
export.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
configure.ac
test/Makefile.am