summaryrefslogtreecommitdiff
path: root/tests/show-dependencies.script
Commit message (Collapse)AuthorAgeFilesLines
* Use /bin/bash for the show-dependencies test script.Jannis Pohlmann2012-01-161-1/+1
|
* Introduce the "show-dependencies" command and BuildDependencyGraph.Jannis Pohlmann2012-01-161-0/+33
The "show-dependencies" command takes a series of build tuples and dumps the resulting dependency graph (including strata and chunks at the moment) to the standard output. It also dumps the resulting build order which is a list of groups. These groups indicate which chunks and strata can be built in parallel and are not dependent on each other.