Test-Command: for i in tests/*; do echo "Testing $(basename $i) ..."; $i || [ $? = 77 ]; done
Depends: hello
