about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-22 12:51:21 +0200
committervan Hauser <vh@thc.org>2020-05-22 12:51:21 +0200
commit6253bea73cdfb9a4ec33fbab66d167ab5dfab7db (patch)
treebd848c0d805e5fe93869cf94820ed0c47de29d6f /test
parenta5ef93c83a958b5df1ee1c602c687122648aadb6 (diff)
downloadafl++-6253bea73cdfb9a4ec33fbab66d167ab5dfab7db.tar.gz
fix test.sh
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 2559f058..37b09968 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -68,6 +68,7 @@ unset LD_PRELOAD
 rm -rf in in2 out
 
 export ASAN_OPTIONS=detect_leaks=0:allocator_may_return_null=1:abort_on_error=1:symbolize=0
+export AFL_LLVM_INSTRUMENT=AFL
 
 # on OpenBSD we need to work with llvm from /usr/local/bin
 test -e /usr/local/bin/opt && {