aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/generated/testscript
blob: 6f19fb16b684919cfbd92a0e007bab942ecb3289 (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
# file      : tests/test/script/generated/testscript
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

test.arguments = test clean

# Note: using common.test from test/, not script/.
#
.include ../../common.test

# @@ in module
#
+cat <<EOI >+build/bootstrap.build
using version
EOI
+cat <<EOI >=manifest
: 1
name: test
version: 1.2.3
EOI

: testscript
:
ln -s $src_base/testscript.in ./;
$* <<EOI
./: testscript
testscript: in{testscript} $src_root/manifest #@@ in module
testscript: in.symbol = '@'
EOI