aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest-parser/testscript
blob: 154b107e0822c507b32233c119e9583edcc9e520 (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
# file      : tests/manifest-parser/testscript
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

$* >>EOO
1

name
foo

version
1.2.3

description
foo
executable

depends
libfoo

depends
libbar
EOO

#@@ TODO: test reading from file instead of stdin.