diff options
Diffstat (limited to 'test')
-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 24e75388..716f7c27 100755 --- a/test/test.sh +++ b/test/test.sh @@ -43,6 +43,8 @@ unset AFL_LLVM_LAF_SPLIT_COMPARES # afl-gcc does not work there test `uname -s` = 'Darwin' && { AFL_GCC=afl-clang +} || { +AFL_GCC=afl-gcc } GREY="\\033[1;90m" BLUE="\\033[1;94m" |