From cdbb35d87e81ec4e527f09bf1296bea71095510f Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Tue, 18 Feb 2020 10:53:37 +0100 Subject: ASAN_BUILD makefile define --- test/test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index ad775bd8..605d4a91 100755 --- a/test/test.sh +++ b/test/test.sh @@ -65,6 +65,8 @@ unset AFL_PYTHON_MODULE unset AFL_PRELOAD unset LD_PRELOAD +export ASAN_OPTIONS=detect_leaks=0 + # on OpenBSD we need to work with llvm from /usr/local/bin test -e /usr/local/bin/opt && { export PATH=/usr/local/bin:${PATH} -- cgit 1.4.1