use all of the same packages as the build script
@@ -1,3 +1,8 @@
#!/bin/sh
-go build
+
+# Get GOPATH, etc from build
+. ./build
+# Run the tests!
+go test -i
go test -v