summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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