#!/bin/bash

export tool="$SHA224SUM"
export algo=sha224

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