summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/building.yarn')
-rw-r--r--yarns/building.yarn26
1 files changed, 26 insertions, 0 deletions
diff --git a/yarns/building.yarn b/yarns/building.yarn
index 8a98e5d9..32818cb1 100644
--- a/yarns/building.yarn
+++ b/yarns/building.yarn
@@ -37,6 +37,32 @@ Morph Building Tests
THEN morph succeeded
FINALLY the git server is shut down
+ SCENARIO build chunk with recursive sources
+ 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
+
+ SCENARIO test recursive sources
+ GIVEN a workspace
+ AND a git server
+ GIVEN a chunk with dependencies
+ WHEN the user checks out the system branch called master
+ WHEN the user attempts to build the system systems/test-system.morph in branch master
+ THEN morph succeeded
+
+ SCENARIO test recursive sources2
+ GIVEN a workspace
+ AND a git server
+ GIVEN a chunk with recursive sources with non-empty paths
+ WHEN the user checks out the system branch called master
+ WHEN the user attempts to build the system systems/test-system.morph in branch master
+ THEN morph failed
+
+
System integrations
-------------------