diff options
| author | van Hauser <vh@thc.org> | 2019-08-08 10:43:27 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2019-08-08 10:43:27 +0200 |
| commit | e1183be22ec38e180ec86737e204c5effbc1648b (patch) | |
| tree | f3d29ed8af9b780faca38270d715527ec230a981 /Makefile | |
| parent | 2971b5b31527be94037dfc4f60231ee2a0a1ea25 (diff) | |
| download | afl++-e1183be22ec38e180ec86737e204c5effbc1648b.tar.gz | |
documentation update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 9e92de81..5c5d7fb2 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,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_CC; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. ./$(TEST_CC) $(CFLAGS) test-instr.c -o test-instr $(LDFLAGS) - ./afl-showmap -m none -q -o .test-instr0 ./test-instr </dev/null + ./afl-showmap -m none -q -o .test-instr0 ./test-instr < /dev/null echo 1 | ./afl-showmap -m none -q -o .test-instr1 ./test-instr @rm -f test-instr @cmp -s .test-instr0 .test-instr1; DR="$$?"; rm -f .test-instr0 .test-instr1; if [ "$$DR" = "0" ]; then echo; echo "Oops, the instrumentation does not seem to be behaving correctly!"; echo; echo "Please ping <lcamtuf@google.com> to troubleshoot the issue."; echo; exit 1; fi |
