xref: /freebsd/contrib/bmake/unit-tests/cond-op.exp (revision 226192822cddc30cacecd55bccb48f39c653058c)
1148ee845SSimon J. Gerratymake: "cond-op.mk" line 51: Malformed conditional ("!word" == !word)
2148ee845SSimon J. Gerratymake: "cond-op.mk" line 72: Malformed conditional (0 ${ERR::=evaluated})
3148ee845SSimon J. Gerratymake: "cond-op.mk" line 77: A misplaced expression after 0 is not evaluated.
4148ee845SSimon J. Gerratymake: "cond-op.mk" line 82: Malformed conditional (1 ${ERR::=evaluated})
5148ee845SSimon J. Gerratymake: "cond-op.mk" line 87: A misplaced expression after 1 is not evaluated.
6148ee845SSimon J. Gerratymake: "cond-op.mk" line 93: A B C   =>   (A || B) && C   A || B && C   A || (B && C)
7148ee845SSimon J. Gerratymake: "cond-op.mk" line 108: 0 0 0   =>   0               0             0
8148ee845SSimon J. Gerratymake: "cond-op.mk" line 108: 0 0 1   =>   0               0             0
9148ee845SSimon J. Gerratymake: "cond-op.mk" line 108: 0 1 0   =>   0               0             0
10148ee845SSimon J. Gerratymake: "cond-op.mk" line 108: 0 1 1   =>   1               1             1
11148ee845SSimon J. Gerratymake: "cond-op.mk" line 108: 1 0 0   =>   0               1             1
12148ee845SSimon J. Gerratymake: "cond-op.mk" line 108: 1 0 1   =>   1               1             1
13148ee845SSimon J. Gerratymake: "cond-op.mk" line 108: 1 1 0   =>   0               1             1
14148ee845SSimon J. Gerratymake: "cond-op.mk" line 108: 1 1 1   =>   1               1             1
15148ee845SSimon J. Gerratymake: "cond-op.mk" line 120: Malformed conditional (1 &&)
16148ee845SSimon J. Gerratymake: "cond-op.mk" line 129: Malformed conditional (0 &&)
17148ee845SSimon J. Gerratymake: "cond-op.mk" line 138: Malformed conditional (1 ||)
18148ee845SSimon J. Gerratymake: "cond-op.mk" line 148: Malformed conditional (0 ||)
192c3632d1SSimon J. Gerratymake: Fatal errors encountered -- cannot continue
20*22619282SSimon J. Gerratymake: stopped making "all" in unit-tests
212c3632d1SSimon J. Gerratyexit status 1
22