From d3a1498ef9b8a626bbd864a6c90e45a6278a0e75 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 26 Feb 2018 11:44:01 +0100 Subject: test: Add test for client-server interaction The test spawns a process running the server command and connects to it through p11-kit-client.so. It's is a bit tricky that the child process requires to preload libasan.so when ASan is in in effect, to properly load a mock module. --- build/lsan.supp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build/lsan.supp (limited to 'build') diff --git a/build/lsan.supp b/build/lsan.supp new file mode 100644 index 0000000..9e22787 --- /dev/null +++ b/build/lsan.supp @@ -0,0 +1,3 @@ +leak:bash +leak:bfd +leak:gcc -- cgit v1.1