blob: 0a28aa0b5197af99b930fa673af3f1a2d29fe2f3 (
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.testscript from test/, not script/.
#
.include ../../common.testscript
# @@ 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
|