projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6668e0f
)
test: add mangle_path to the excluded symbols leak list
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 6 Feb 2020 00:36:17 +0000
(10:36 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 6 Feb 2020 00:36:17 +0000
(10:36 +1000)
Don't 100% know where it comes from but it's not ours, so...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index 25290f25906a449abfb268697eee6bf28d533240..41730e9d17e020b0b317ca5c87b4bb544d452382 100644
(file)
--- a/
test/Makefile.am
+++ b/
test/Makefile.am
@@
-142,6
+142,7
@@
static-symbol-leaks: test-static-link
grep -o -e " T .*" | \
grep -v -e " main$$" \
-e " atexit" \
+ -e " mangle_path" \
-e " *gcov.*" \
-e " _.*" \
-e " libevdev_*" && \