commit | 461d95061e8d6df642359fe202d71f8bd83b1d9d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jan 23 22:33:21 2020 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Jan 15 22:21:28 2021 -0800 |
tree | da5370f31b8fff287af6885622da7aa129c0210c | |
parent | 53e92a0de6c2528401cbf5cf3b1be9958fbe99e9 [diff] |
Improve unpack testing Add more tests, give the tests names, run them as subtests, and add benchmarks. Test: unpack_test.go Change-Id: Iff22538ce44ed503d5d088cfb55673448db998f1
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.