getting very close with travis

This commit is contained in:
van Hauser
2019-12-02 17:32:31 +01:00
parent a3416b1571
commit dbdd9dbbde
3 changed files with 10 additions and 4 deletions

View File

@ -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 && {
{