We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af277a0 commit cc74efaCopy full SHA for cc74efa
test/test.sh
@@ -943,7 +943,7 @@ test -e ../afl-qemu-trace && {
943
}
944
945
$ECHO "$BLUE[*] Testing: unicorn_mode"
946
-test -d ../unicorn_mode/unicornafl && {
+test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/samples/shellcode && {
947
test -e ../unicorn_mode/samples/simple/simple_target.bin -a -e ../unicorn_mode/samples/compcov_x64/compcov_target.bin && {
948
{
949
# We want to see python errors etc. in logs, in case something doesn't work
0 commit comments