summaryrefslogtreecommitdiff
path: root/tests/show-dependencies.setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/show-dependencies.setup')
-rwxr-xr-xtests/show-dependencies.setup20
1 files changed, 19 insertions, 1 deletions
diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup
index e85c5ecf..5d70d821 100755
--- a/tests/show-dependencies.setup
+++ b/tests/show-dependencies.setup
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012-2013 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -321,3 +321,21 @@ cat <<EOF > xfce-core.morph
EOF
git add xfce-core.morph
git commit --quiet -m "add xfce-core.morph stratum"
+
+cat <<EOF > xfce-system.morph
+{
+ "name": "xfce-system",
+ "kind": "system",
+ "system-kind": "rootfs-tarball",
+ "arch": "$(uname -m)",
+ "strata": [
+ {
+ "repo": "test:test-repo",
+ "ref": "master",
+ "morph": "xfce-core"
+ }
+ ]
+}
+EOF
+git add xfce-system.morph
+git commit --quiet -m "add xfce-system"