summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-20 13:57:31 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-25 21:02:33 +0000
commitddb8b27d5056074013a89d8ab277e39fdc1f069d (patch)
tree5ecf61560608dbea1ec1895e5cff2622959556b7 /yarns/building.yarn
parent9404317020ff0455cbfd3ca7976d546af823759b (diff)
downloadmorph-ddb8b27d5056074013a89d8ab277e39fdc1f069d.tar.gz
WIP Add support for multiple sources per chunk
TODO: - Add API to the cache server to retrieve a submodule commit from a given path. - Fix cross-bootstrap command. Change-Id: I3475c2bcb648a272fee33bc878a521f79d4e6581
Diffstat (limited to 'yarns/building.yarn')
-rw-r--r--yarns/building.yarn18
1 files changed, 18 insertions, 0 deletions
diff --git a/yarns/building.yarn b/yarns/building.yarn
index 9284f7cf..3aea709f 100644
--- a/yarns/building.yarn
+++ b/yarns/building.yarn
@@ -89,6 +89,24 @@ Morph Building Tests
AND there are 2 artifacts named core-runtime in the cache
FINALLY the git server is shut down
+ SCENARIO test recursive sources for a chunk
+ 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
+ FINALLY the git server is shut down
+
+ SCENARIO test recursive sources with non-empty path
+ 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
+ FINALLY the git server is shut down
+
System integrations
-------------------