summaryrefslogtreecommitdiff
path: root/tests.build
Commit message (Collapse)AuthorAgeFilesLines
* buildcommand: Refuse to build chunks or strata out of contextSam Thursfield2013-02-202-0/+31
| | | | | | | | Building invididual chunks is bad because we have no idea what build mode to use. Building individual strata would work, but all of the stratum's build dependencies would need to be built first so there would be little time saved in any case. There is also no way to test them beyond checking that the build was successful.
* tests.build: Don't build individual chunks or strataSam Thursfield2013-02-2023-124/+76
| | | | | We can't rely on this being possible any more. It was mostly only used for testing in any case.
* Separate out build tests from general Morph testsSam Thursfield2013-02-2033-0/+1047