From dbdd9dbbde2735fb604456fd05e3fa16566e9e49 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 2 Dec 2019 17:32:31 +0100 Subject: getting very close with travis --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 && { { -- cgit 1.4.1