Raw File
test
#!/bin/sh

# Get GOPATH, etc from build
. ./build

# Run the tests!
go test -i
go test -v
back to top