fwknop/test/afl/afl-compile-code-coverage.sh

10 lines
100 B
Bash
Executable File

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