summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-15 12:17:16 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-04-15 12:17:16 +0000
commit85995d210162d1432800acf357f8162b77f5b47e (patch)
tree256ba048782865a8d9b52e497ff0ea5f694d652b /yarns/building.yarn
parent3167ced4844c9602e88289607d1c2cc2ecbd5d95 (diff)
downloadmorph-baserock/6453f312359f4317803ef7f14b58d21f/d675b946df4f456693ed211dcd2ec95e.tar.gz
System branch: master
Diffstat (limited to 'yarns/building.yarn')
-rw-r--r--yarns/building.yarn11
1 files changed, 11 insertions, 0 deletions
diff --git a/yarns/building.yarn b/yarns/building.yarn
index b5e46b73..8a98e5d9 100644
--- a/yarns/building.yarn
+++ b/yarns/building.yarn
@@ -112,3 +112,14 @@ Empty strata don't build
AND the user attempts to build the system systems/empty-stratum-system.morph in branch empty-stratum
THEN morph failed
FINALLY the git server is shut down
+
+Partial building
+----------------
+
+ SCENARIO partial building
+ GIVEN a workspace
+ AND a git server
+ WHEN the user checks out the system branch called master
+ AND the user attempts to build build-essential from the system systems/test-system.morph in branch master
+ THEN morph succeeded
+ FINALLY the git server is shut down