summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/building.yarn')
-rw-r--r--yarns/building.yarn27
1 files changed, 27 insertions, 0 deletions
diff --git a/yarns/building.yarn b/yarns/building.yarn
index 253b3b3c..7e9406ac 100644
--- a/yarns/building.yarn
+++ b/yarns/building.yarn
@@ -9,6 +9,33 @@ Morph Building Tests
THEN morph build the system systems/base-system.morph of the branch master
FINALLY the git server is shut down
+ SCENARIO build system with relative path
+ GIVEN a workspace
+ AND a git server
+ WHEN the user checks out the system branch called master
+ AND the user creates an uncommitted system morphology called systems/base-system.morph for our architecture in system branch master
+ AND from the directory workspace/master/test/morphs/systems the user attempts to morph build the system base-system.morph
+ THEN morph succeeded
+ FINALLY the git server is shut down
+
+ SCENARIO build system with relative path (second variant)
+ GIVEN a workspace
+ AND a git server
+ WHEN the user checks out the system branch called master
+ AND the user creates an uncommitted system morphology called systems/base-system.morph for our architecture in system branch master
+ AND from the directory workspace/master/test/morphs/systems the user attempts to morph build the system ../systems/base-system.morph
+ THEN morph succeeded
+ FINALLY the git server is shut down
+
+ SCENARIO build system with absolute path
+ GIVEN a workspace
+ AND a git server
+ WHEN the user checks out the system branch called master
+ AND the user creates an uncommitted system morphology called systems/base-system.morph for our architecture in system branch master
+ AND from the directory workspace/master/test/morphs/systems the user attempts to morph build the system using the absolute path to base-system.morph
+ THEN morph succeeded
+ FINALLY the git server is shut down
+
System integrations
-------------------