summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2019-09-11 23:05:24 +0200
committerThomas Haller <thaller@redhat.com>2019-10-01 09:49:33 +0200
commit7e1aacaef253b7b58b099924a14d9c03868cbad2 (patch)
tree30c1aff5707c4ada5a4d82b643196ad9d095109f /meson.build
parentf0b7041063593361419a872df56d27502f174443 (diff)
downloadNetworkManager-7e1aacaef253b7b58b099924a14d9c03868cbad2.tar.gz
meson: Remove tests related to check_so_symbols
These tests are already working since 19a718bc1 so `FIXME` comments are not needed anymore.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build13
1 files changed, 0 insertions, 13 deletions
diff --git a/meson.build b/meson.build
index 4f93dd3a9a..20145fba49 100644
--- a/meson.build
+++ b/meson.build
@@ -808,19 +808,6 @@ fi
content_files = []
-# FIXME: every plugin calls to this:
-'''
-set_sanitizer_env = \
- [ -n "$(SANITIZER_ENV)" ] && export $(SANITIZER_ENV) ; \
- if [ -n "$(1)" ] && echo $(CFLAGS) | grep -e -fsanitize=address ; then \
- export LD_PRELOAD="$${LD_PRELOAD}:$$(ldd $(1) | grep libasan\.so\.. -o | head -n 1)"; \
- fi
-
-check_so_symbols = \
- $(call set_sanitizer_env,$(1)); \
- LD_BIND_NOW=1 LD_PRELOAD=$${LD_PRELOAD}:$(1) $(builddir)/src/NetworkManager --version >/dev/null
-'''
-
subdir('introspection')
subdir('shared')
subdir('libnm-core')