tree: 18676378f36f1bc7f27e03b0d03a8fe5d4695bdf [path history] [tgz]
  1. dynamic_answer/
  2. static_answer/
  3. toolchain/
  4. .bazelrc
  5. .bazelversion
  6. BUILD
  7. MODULE.bazel
  8. MODULE.bazel.lock
  9. quick_test.cc
  10. README.md
examples/rule_based_toolchain/README.md

Rule-based toolchains

This example showcases a fully working rule-based toolchain for Linux. This also serves as an integration test to ensure rule-based toolchains continue to work as intended.

The complete toolchain configuration lives here.

Trying the example

From this directory, you can run example tests that build using this toolchain with the following command:

$ bazel test //...