Skip to content
Snippets Groups Projects
Commit 784eb2ca authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Check afl

parent 679def22
No related branches found
No related tags found
Loading
......@@ -17,7 +17,7 @@ log_error()
check_afl()
{
which afl-showmap
which afl-showmap >/dev/null 2>&1
if [ ! $? -eq 0 ]; then
log_error "AFL doesn't seem to be installed. Try: 'sudo apt install afl' before proceeding or download/build afl directly from source"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment