diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-10 22:17:25 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-12 18:58:34 -0500 |
commit | f1e0c18340acb7df53d5b638846fe5687255dad0 (patch) | |
tree | 135f585b1c3500f78a2a637f2c98c4a727d78bd1 /.gitignore | |
parent | 2b70d172a7b2ba741df7d6ca89c915e17d6f3e84 (diff) |
build-sys: add a link test for exported symbols
I know that this is a pretty big net to catch some small fish,
but we *do* regularly forget to properly export symbols that
were supposed to be exported.
This time sd_bus_get_current and some renamed symbols are caught.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cf9bb6d7dd..eeb373f320 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /Makefile /defined /undefined +/exported /TAGS /accelerometer /ata_id @@ -156,6 +157,8 @@ /test-utf8 /test-util /test-watchdog +/test-libsystemd-*-sym* +/test-libudev-sym* /timedatectl /udevadm /v4l_id |