10 lines
111 B
Bash
Executable File
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 $?
|