about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-06 16:56:24 +0200
committerGitHub <noreply@github.com>2019-08-06 16:56:24 +0200
commitae3f058ff089772e988f911683d09623d5a2f1b9 (patch)
tree84adeb94ee50e28a4c5ce37a6b5b43b84fc4a949
parentaad485128e746d3e11f99a78b8bd77ed2b0354f0 (diff)
parent1315021388c456f3d4f342255612da32fe0e2b87 (diff)
downloadafl++-ae3f058ff089772e988f911683d09623d5a2f1b9.tar.gz
Merge pull request #38 from floyd-fuh/master
Unset AFL_CC
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4103dbfa..0431c1d0 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ ifndef AFL_NO_X86
 
 test_build: afl-gcc afl-as afl-showmap
 	@echo "[*] Testing the CC wrapper and instrumentation output..."
-	unset AFL_USE_ASAN AFL_USE_MSAN; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. ./$(TEST_CC) $(CFLAGS) test-instr.c -o test-instr $(LDFLAGS)
+	unset AFL_USE_ASAN AFL_USE_MSAN AFL_CC; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. ./$(TEST_CC) $(CFLAGS) test-instr.c -o test-instr $(LDFLAGS)
 	echo 0 | ./afl-showmap -m none -q -o .test-instr0 ./test-instr
 	echo 1 | ./afl-showmap -m none -q -o .test-instr1 ./test-instr
 	@rm -f test-instr