Lines Matching full:begin
7 echo "begin $$*" \
19 ${RUN} begin-direct
20 ${RUN} begin-indirect
62 .if make(begin-direct)
63 begin-direct:
64 .BEGIN:
67 # expect: begin begin-direct
68 # expect: make: stopped making "begin-direct" in unit-tests
69 # expect: end begin-direct with status 1
72 .if make(begin-indirect)
73 begin-indirect:
74 .BEGIN: before-begin
76 before-begin:
79 # expect: begin begin-indirect
81 # expect: make: stopped making "begin-indirect" in unit-tests
82 # expect: end begin-indirect with status 1
90 # expect: begin end-direct
103 # expect: begin end-indirect