aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest-serializer/testscript
blob: af96cc0abc8f7f1b01b44a4554d72c4ed007c88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# file      : tests/manifest-serializer/testscript
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

$* <<EOI >>EOO

1

name
foo

version
1.2.3

description
foo
executable

depends
libfoo

depends
libbar

EOI
: 1
name: foo
version: 1.2.3
description: foo
executable
depends: libfoo
depends: libbar
EOO

#@@ TODO: test writing to file instead of stdout.