Add exec_test.

exec_test is like exec, but it can be provided to bazel test.

Test: TH
Change-Id: Ia8cb2c54a7fd7305b718875027bd09f1a9dfa862
1 file changed
tree: 81bd3f5a3969a1705370d3e0cd6e49f387375f68
  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.