summaryrefslogtreecommitdiff
path: root/yarns/architecture.yarn
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-28 17:56:23 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-10-30 12:20:00 +0000
commit6a315135ac6273c90f7dc35b7d4c49da158be487 (patch)
treec014c050030311112f32e97fe58197a7c7c062d1 /yarns/architecture.yarn
parent9f22da771ebfec1901d0fe90f87b1960aa578748 (diff)
downloadmorph-6a315135ac6273c90f7dc35b7d4c49da158be487.tar.gz
Added scenario test for preventing cross-building
Diffstat (limited to 'yarns/architecture.yarn')
-rw-r--r--yarns/architecture.yarn11
1 files changed, 11 insertions, 0 deletions
diff --git a/yarns/architecture.yarn b/yarns/architecture.yarn
new file mode 100644
index 00000000..66329c81
--- /dev/null
+++ b/yarns/architecture.yarn
@@ -0,0 +1,11 @@
+Morph Cross-Building Tests
+==========================
+
+ SCENARIO building a system for a different architecture
+ GIVEN a workspace
+ AND a git server
+ AND a system called base-system-testarch for architecture testarch in the git server
+ WHEN checking out the master system branch
+ AND attempting to build the system base-system-testarch in branch master
+ THEN morph failed
+ AND the build error message includes the string "Are you trying to cross-build?"