fix(test): update this to use build

use all of the same packages as the build script
This commit is contained in:
Brandon Philips 2013-08-06 17:20:58 -07:00
parent 115dbdb927
commit 436e2a857f

7
test
View File

@ -1,3 +1,8 @@
#!/bin/sh
go build
# Get GOPATH, etc from build
. ./build
# Run the tests!
go test -i
go test -v