Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:elif

377 # The outermost '.if' must not have an '.elif' branch.
378 CASES+= elif
379 LINES.elif= \
380 '.ifndef ELIF' \
381 'ELIF=' \
382 '.elif 1' \
384 # expect: Parse_PushInput: elif.tmp:1
385 # expect: Parse_PushInput: elif.tmp:1
387 # When a file with an '.if/.elif/.endif' conditional at the top level is
389 CASES+= elif-reuse
390 LINES.elif-reuse= \
391 '.ifndef ELIF' \
393 '.elif 1' \
395 # expect: Parse_PushInput: elif-reuse.tmp:1
396 # expect: Parse_PushInput: elif-reuse.tmp:1
419 # The inner '.if' directives may have an '.elif' or '.else', and it doesn't
421 CASES+= inner-if-elif-else
422 LINES.inner-if-elif-else= \
426 '. elif 0' \
430 '. elif 1' \
434 '. elif 1' \
438 # expect: Parse_PushInput: inner-if-elif-else.tmp:1
439 # expect: Skipping 'inner-if-elif-else.tmp' because 'INNER_IF_ELIF_ELSE' is defined