Преглед изворни кода

fix(test): update this to use build

use all of the same packages as the build script
Brandon Philips пре 12 година
родитељ
комит
436e2a857f
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      test

+ 6 - 1
test

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