aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/test.sh
Commit message (Collapse)AuthorAge
* print error information, when the os is not supportedGravatar knightXun2018-09-29
|
* Update go binary check in go test.Gravatar Gunhan Gulsoy2017-03-21
| | | | Change: 150789399
* Go: Run tests during continuous integrationGravatar Asim Shankar2017-02-17
TensorFlow uses bazel to build and test. However, the TensorFlow Go API is targeted for use with the 'go' tool. This commit: - Adds a shell test so that usage with the 'go' tool can be tested with 'bazel test //tensorflow/go/...' - Installs Go in the images used in the continuous build Change: 147864583