Skip to content

Commit

Permalink
[Bazel/C++] Split apart protobuf_test rule (#10039)
Browse files Browse the repository at this point in the history
This splits the `protobuf_test` target into several other test targets, and adds `lite_unittest` and `lite_arena_unittest`, which were missing previously.

[Side note:] I did a pass over the new tests to thin their dependencies, and also split out `lite_test_util` from the existing `test_util`  target. I have left the `protobuf_test` target in place (but empty) for now... it is almost certainly safe to remove, but that can be done in a follow-up to reduce risk from this commit.
  • Loading branch information
dlj-NaN committed May 25, 2022
1 parent 34d749d commit 0e42bf9
Showing 1 changed file with 494 additions and 36 deletions.
Loading

0 comments on commit 0e42bf9

Please sign in to comment.