test 90 B

12345678
  1. #!/bin/sh
  2. # Get GOPATH, etc from build
  3. . ./build
  4. # Run the tests!
  5. go test -i
  6. go test -v