summaryrefslogtreecommitdiff
path: root/tests.branching/setup
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-28 16:10:39 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-28 18:48:56 +0100
commite673826fbab90b1bb3b1b93277cab0e489fec190 (patch)
treeb4a9d24f37ea7cd56f4a1f069b6bb25c62a06ace /tests.branching/setup
parent414516fbbc8e961ea6336597bfa8fc3d528fb327 (diff)
downloadmorph-e673826fbab90b1bb3b1b93277cab0e489fec190.tar.gz
Add check for missing build depends in strata
This will make a build fail if the morphology is missing explicit build dependencies. Also fix test causes so that ./check passes.
Diffstat (limited to 'tests.branching/setup')
-rwxr-xr-xtests.branching/setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests.branching/setup b/tests.branching/setup
index 714be9da..3b9e7e7b 100755
--- a/tests.branching/setup
+++ b/tests.branching/setup
@@ -63,7 +63,8 @@ cat <<EOF > "$DATADIR/morphs/hello-stratum.morph"
{
"name": "hello",
"ref": "master",
- "repo": "baserock:hello"
+ "repo": "baserock:hello",
+ "build-depends": []
}
]
}