#!/bin/bash

export tool="$SHA512SUM"
export algo=sha512

exec "$(dirname "$0")/../__sum/__test" "$@"