fwknop/test/afl/compile/afl-compile-code-coverage.sh
2014-11-22 13:39:24 -05:00

10 lines
103 B
Bash
Executable File

#!/bin/sh -x
cd ..
./rm-coverage-files.sh
cd afl
./afl-compile.sh --enable-profile-coverage
exit $?