diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 10:53:37 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 10:53:37 +0100 |
commit | cdbb35d87e81ec4e527f09bf1296bea71095510f (patch) | |
tree | d8aa3f17e6b94ebd131e2d45815fc583cef6b33f /test/test.sh | |
parent | a32c671ac9606b6e1778b91d1bf789df1e52269b (diff) | |
download | afl++-cdbb35d87e81ec4e527f09bf1296bea71095510f.tar.gz |
ASAN_BUILD makefile define
Diffstat (limited to 'test/test.sh')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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} |