commit | d127ba077b606f811db302b5eeb7f7d2448ee49c | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Fri Oct 05 11:28:06 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Oct 05 11:28:06 2018 -0700 |
tree | cc6c35713aee05c67a6bf709a5244f4036434028 | |
parent | 3f13f075657d5e9346ca2895e41ef13874f53d3f [diff] | |
parent | 0e58dc0176f6629813c37dfb137add0c1db862c8 [diff] |
Merge pull request #225 from colincross/test_link_deps Add missing dependencies when linking tests
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.