summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-01 10:59:20 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-01 10:59:20 +0000
commitf3f518eab3a522f5d1862009cac3f0bc44e1beb6 (patch)
treee5b599686546f75d4561c815956ed6b181e49b5a /tests
parentac37dd7cf948e0a7f917fe68a685fcc6b5772cf0 (diff)
downloadmorph-f3f518eab3a522f5d1862009cac3f0bc44e1beb6.tar.gz
add a stratum morphology to the test git repo
Diffstat (limited to 'tests')
-rwxr-xr-xtests/setup_once17
1 files changed, 16 insertions, 1 deletions
diff --git a/tests/setup_once b/tests/setup_once
index 74e90e4c..41ef09f3 100755
--- a/tests/setup_once
+++ b/tests/setup_once
@@ -63,7 +63,22 @@ cat <<EOF > hello.morph
EOF
git add hello.morph
-git commit --quiet -m "add a hello world program and morph"
+cat <<EOF > hello-stratum.morph
+{
+ "name": "hello-stratum",
+ "kind": "stratum",
+ "sources": [
+ {
+ "name": "hello",
+ "repo": "repo",
+ "ref": "farrokh"
+ }
+ ]
+}
+EOF
+git add hello-stratum.morph
+
+git commit --quiet -m "add a hello world program and morphs"
git checkout --quiet master