forloop.exp revision 292068
1x=one
2x="two and three"
3x=four
4x="five"
5x=-I/this
6x=-I"This or that"
7x=-Ithat
8x="-DTHIS=\"this and that\""
9cfl=-I/this -I"This or that" -Ithat "-DTHIS=\"this and that\""
10a=one b="two and three"
11a=four b="five"
12a=ONE b="TWO AND THREE"
13a=FOUR b="FIVE"
14We expect an error next:
15make: "forloop.mk" line 38: Wrong number of words (9) in .for substitution list with 2 vars
16make: Fatal errors encountered -- cannot continue
17make: stopped in unit-tests
18OK
19exit status 0
20