#!/bin/sh

export GOPATH=/usr/share/gocode

for package in cmac common siv testing
do
	go test -v github.com/jacobsa/crypto/$package
done
