fwknop/test/afl/compile/afl-compile-code-coverage.sh
2014-11-22 16:52:15 -05:00

10 lines
111 B
Bash
Executable File

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