#!/bin/bash
#
# Run the unit tests.

exec go test ./testing ./.../testing $@
