]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/bmake/unit-tests/varmisc.exp
Merge bmake-20151201
[FreeBSD/stable/10.git] / contrib / bmake / unit-tests / varmisc.exp
1
2 :D expanded when var set
3 true
4 TRUE
5 :U expanded when var undef
6 true
7 TRUE
8 :D skipped if var undef
9
10 :U skipped when var set
11 is set
12 :? only lhs when value true
13 true
14 TRUE
15 :? only rhs when value false
16 false
17 FALSE
18 do not evaluate or expand :? if discarding
19 is set
20 exit status 0