aboutsummaryrefslogtreecommitdiff
path: root/tests/variable/representation/buildfile
blob: 7a2c3f2a081c71359f7a0bfd43dcb47013681423 (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
# Test reversibility of variable representation.
#
val  = -L/
val += -L/foo/
val += ..
val += ../
val += /
val += //
val += ///
val += //foo/
#val += dir{-L/}

val += foo%bar
val += foo%
val += %bar
val += foo%{bar}
#val += foo%file{x}

using cxx
cxx.ext = cxx

exe{driver}: cxx{driver}
exe{driver}: test.output = test.out
exe{driver}: test.options = $val