summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-09-29 12:07:27 +0100
committerLars Wirzenius <liw@liw.fi>2011-09-29 12:07:27 +0100
commit4277cde1f040f7aa3b913e12d8d847bea4a07408 (patch)
treeb86c3cb149c171aeaae92bc36d332e9ba2d80b9a /tests
parent036533d4c0ed3549b3b34af052709c840603ea9a (diff)
downloadmorph-4277cde1f040f7aa3b913e12d8d847bea4a07408.tar.gz
Move hello.morph to tarred git repo.
Diffstat (limited to 'tests')
-rw-r--r--tests/hello-chunk.morph17
-rw-r--r--tests/hello-chunk.tar.gzbin7732 -> 8647 bytes
2 files changed, 0 insertions, 17 deletions
diff --git a/tests/hello-chunk.morph b/tests/hello-chunk.morph
deleted file mode 100644
index 739239ff..00000000
--- a/tests/hello-chunk.morph
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "hello",
- "kind": "chunk",
- "source": {
- "repo": "hello",
- "ref": "master"
- },
- "configure-commands": [
- "./configure --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
- ]
-}
diff --git a/tests/hello-chunk.tar.gz b/tests/hello-chunk.tar.gz
index 7ecb02ec..60ef0b95 100644
--- a/tests/hello-chunk.tar.gz
+++ b/tests/hello-chunk.tar.gz
Binary files differ