#!/bin/sh

algos="SHA1 SHA256 SHA512"

test "no" = yes || exit 77
echo "      now running 256 GiB tests for $algos - this takes looong"
exec ./hashtest --gigs 256 $algos
