diff --git a/test.sh b/test.sh new file mode 100755 index 000000000..7812accf7 --- /dev/null +++ b/test.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e +set -u + +PKG=github.com/crusttech/crust + +go test `cd ${GOPATH}/src/; find ${PKG} -type f -name '*_test.go' -and -not -path '*vendor*'|xargs -n1 dirname|uniq` \ No newline at end of file