exec_test: Use absl test reporter.

This generates better test.xml so the testing framework
can better understand the failures at test case level.

Test: manually fail the test, examine test.xml
Bug: 227705464
Change-Id: Ic09a4ae7952523db0df10b022caba762af9bfb66
2 files changed
tree: 1a31ce007281d8a6ab1ed1c3fea47612cad46200
  1. dist/
  2. docs/
  3. exec/
  4. test_mappings/
  5. OWNERS
  6. README.md
README.md

Bazel Common Rules

This directory contains common Bazel rules and tools shared between the Platform and Kernel builds.

For platform-specific rules, place them in the platform checkout's //build/bazel/rules directory.

For kernel-specific rules, place them in kernel checkout's //build/kleaf directory.