commit | e8a33ee6239e8b5b014da056b9377cea894b845f | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Jan 18 14:34:46 2017 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Jan 18 14:34:46 2017 -0800 |
tree | 64827529b20bfd07de2002fda395fb5cc6cc29e4 | |
parent | 8c7fd39c2830b31ec50b03b8865aeb99df28a66a [diff] |
Enable go tests for blueprint_tools We haven't been building the tests for any Go tools that get built during the primary stage, since we haven't been passing -t to the primary builder. So enable them there so that we test those tools. Change-Id: Ic7720c0679419f9e1ba61c7e151f37eb5c7bc8dc
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build logic written in Go. For large, heterogenous projects this allows the inherent complexity of the build logic to be maintained in a high-level language, while still allowing simple changes to individual modules by modifying easy to understand Blueprints files.