summaryrefslogtreecommitdiff
path: root/tests.build/build-system-cmake.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.build/build-system-cmake.script')
-rwxr-xr-xtests.build/build-system-cmake.script11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests.build/build-system-cmake.script b/tests.build/build-system-cmake.script
index ab5186d7..570a9af7 100755
--- a/tests.build/build-system-cmake.script
+++ b/tests.build/build-system-cmake.script
@@ -38,12 +38,11 @@ EOF
git add CMakeLists.txt
cat <<EOF > hello.morph
-{
- "name": "hello",
- "kind": "chunk",
- "build-system": "cmake",
- "install-commands": ["make DESTDIR=\"\$DESTDIR\" install"]
-}
+name: hello
+kind: chunk
+build-system: cmake
+install-commands:
+ - make DESTDIR="\$DESTDIR" install
EOF
git add hello.morph
git commit --quiet -m "Convert hello to a cmake project"