summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-15 15:27:12 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-15 15:27:12 +0000
commit1587e1a66564c29ee206758e27a1fbddf8c1f5d5 (patch)
tree791e70f005e49fd853382316639d110ce7abf2b8 /tests
parentbf7710faa23f104d8c7030fcaf5c8beca787b6a7 (diff)
downloadmorph-1587e1a66564c29ee206758e27a1fbddf8c1f5d5.tar.gz
Fix overriding of build system commands
This time, with testing. For a five line method, this was surprisingly tricky to get right. Should sleep properly at night...
Diffstat (limited to 'tests')
-rwxr-xr-xtests/setup_once1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/setup_once b/tests/setup_once
index 0fa19fc4..32a0f045 100755
--- a/tests/setup_once
+++ b/tests/setup_once
@@ -57,6 +57,7 @@ cat <<EOF > hello.morph
{
"name": "hello",
"kind": "chunk",
+ "build-system": "dummy",
"build-commands": [
"gcc -o hello hello.c"
],