]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/cond-short.exp
Update to bmake-20200710
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / cond-short.exp
1 expected and
2 expected and exists
3 expected and empty
4 expected U23 condition
5 expected VAR23
6 expected M pattern
7 expected or
8 expected or exists
9 expected or empty
10 defined(V42) && 42 > 0: Ok
11 defined(V66) && ( "" < 42 ): Ok
12 1 || 42 < 42: Ok
13 1 ||  < 42: Ok
14 0 || 42 <= 42: Ok
15 0 ||  < 42: Ok
16 exit status 0