aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/scope.test
blob: a2c6d9fe461bc1232680a18da0302906bb1f21aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$* testscript <'cmd $@' >"cmd 1"     # id-testscript
$* foo.test   <'cmd $@' >"cmd foo/1" # id

wd = [dir_path] $build.work
wd += test
wd += 1
$* testscript <'cmd $~' >"cmd $wd"   # wd-testscript

# @@ TMP wd1
#
wd1 = [dir_path] $build.work
wd1 += test
wd1 += foo
wd1 += 1
$* foo.test   <'cmd $~' >"cmd $wd1"   # wd