]> Cypherpunks repositories - gostls13.git/commit
[dev.boringcrypto] crypto/internal/boring: fix detection of tests to allow *.test...
authorRuss Cox <rsc@golang.org>
Thu, 14 Sep 2017 03:06:54 +0000 (23:06 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 18 Sep 2017 00:27:12 +0000 (00:27 +0000)
commitaa4a4a80ff4f91d58b9a9e645f1367098183856a
tree30254908ab3dd26871cbdfbe009527088e54ff8b
parentc9e2d9eb06d2c57cb2a78707fb60a639a94efb42
[dev.boringcrypto] crypto/internal/boring: fix detection of tests to allow *.test and *_test

When using the go command, test binaries end in .test,
but when using Bazel, test binaries conventionally end in _test.

Change-Id: Ic4cac8722fd93ae316169f87b321f68e0b71f0c3
Reviewed-on: https://go-review.googlesource.com/63913
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/internal/boring/boring.go