summaryrefslogtreecommitdiff
path: root/yarns/architecture.yarn
blob: 038492cd44f6d49ced802f9307f4cca0b503cce8 (plain)
1
2
3
4
5
6
7
8
9
10
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 the user checks out the system branch called master
    AND the user attempts 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?"