commit | fa54772e55eb57cc77a1b5eb241a419fe73b9829 | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Wed Jul 12 16:45:10 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 12 16:45:10 2017 -0700 |
tree | f2ae48332b4485c1d46051a7ca47d67b7ec8e940 | |
parent | d6ffd7c59f917d2188d0486d8d4d30103c27cc43 [diff] | |
parent | 83359c674e1038dfbca5b9c05a187c78bd8ffd6f [diff] |
Merge pull request #159 from colincross/testmain Support TestMain in 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.