Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make googletest a full dependency, not a dev_dependency
In principle, googletest is only needed for tests and could be a dev_dependency. But it would then be impossible for downstream modules to run BoringSSL's tests. The downstream module provides the toolchain, so we may need to request they run tests when triaging issues. If bazelbuild/bazel#22187 is ever fixed, we can change this. With this change, the following works: cd util/bazel-example bazelisk test @boringssl//:crypto_test Change-Id: Ied2276047de134883d6b61b0789f3c7bfcaad669 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/68127 Commit-Queue: David Benjamin <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com> Auto-Submit: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
- Loading branch information