mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 20:30:06 +01:00
test: add mangle_path to the excluded symbols leak list
Don't 100% know where it comes from but it's not ours, so... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6668e0fe21
commit
e74ba891f7
1 changed files with 1 additions and 0 deletions
|
|
@ -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_*" && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue