diff options
author | van Hauser <vh@thc.org> | 2019-12-02 17:32:31 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-02 17:32:31 +0100 |
commit | dbdd9dbbde2735fb604456fd05e3fa16566e9e49 (patch) | |
tree | 3ed6ba2969d8898d0f358a0efd8a5aebdfd2e82b /test/test.sh | |
parent | a3416b1571cc9be79ce2eede347915f7701c2fcf (diff) | |
download | afl++-dbdd9dbbde2735fb604456fd05e3fa16566e9e49.tar.gz |
getting very close with travis
Diffstat (limited to 'test/test.sh')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 14acc8fc..eea65cf5 100755 --- a/test/test.sh +++ b/test/test.sh @@ -450,7 +450,7 @@ test -e ../libradamsa.so && { $ECHO "$BLUE[*] Testing: qemu_mode" test -e ../afl-qemu-trace && { - gcc -no-pie -o test-instr ../test-instr.c + gcc -o test-instr ../test-instr.c gcc -o test-compcov test-compcov.c test -e test-instr -a -e test-compcov && { { |