about summary refs log tree commit diff
path: root/gcc_plugin
diff options
context:
space:
mode:
authorHeiko Eißfeldt <heikoi@hexco.de>2019-07-19 11:10:10 +0200
committerHeiko Eißfeldt <heikoi@hexco.de>2019-07-19 11:10:10 +0200
commit5f7e3025d9864ff31f51214adf4c602ab0f86bcb (patch)
tree272e80560a6d17f17c3e85b786666d86a0f28389 /gcc_plugin
parent13b8bc1a89624f76cc901dcbc0e1a2a16cbd7b3f (diff)
downloadafl++-5f7e3025d9864ff31f51214adf4c602ab0f86bcb.tar.gz
enable AFL_QUIET again
Diffstat (limited to 'gcc_plugin')
-rw-r--r--gcc_plugin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile
index 721ce0ad..2f4c5db0 100644
--- a/gcc_plugin/Makefile
+++ b/gcc_plugin/Makefile
@@ -57,8 +57,8 @@ test_deps:
 
 test_build: $(PROGS)
 	@echo "[*] Testing the CC wrapper and instrumentation output..."
-#	unset AFL_USE_ASAN AFL_USE_MSAN; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. AFL_CC=$(CC) ../afl-gcc-fast $(CFLAGS) ../test-instr.c -o test-instr $(LDFLAGS)
-	unset AFL_USE_ASAN AFL_USE_MSAN;             AFL_INST_RATIO=100 AFL_PATH=. AFL_CC=$(CC) ../afl-gcc-fast $(CFLAGS) ../test-instr.c -o test-instr $(LDFLAGS)
+	unset AFL_USE_ASAN AFL_USE_MSAN; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. AFL_CC=$(CC) ../afl-gcc-fast $(CFLAGS) ../test-instr.c -o test-instr $(LDFLAGS)
+#	unset AFL_USE_ASAN AFL_USE_MSAN;             AFL_INST_RATIO=100 AFL_PATH=. AFL_CC=$(CC) ../afl-gcc-fast $(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