tests CHANGE add ldopen()'s still reachable valgrind supression
diff --git a/tests/ld.supp b/tests/ld.supp
new file mode 100644
index 0000000..1204fda
--- /dev/null
+++ b/tests/ld.supp
@@ -0,0 +1,10 @@
+{
+   ld
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:calloc
+   fun:_dlerror_run
+   fun:dlopen@@GLIBC_2.2.5
+   fun:lyext_load_plugins
+   fun:ly_ctx_new
+}