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

exec go test -tags fixtures ./... $@
