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

Lines Matching defs:VAR

4 # more usual '.elif !defined(VAR)'.
6 # At this point, VAR is not yet defined, and due to the 'n' in 'elifndef' the
9 .elifndef VAR && VAR || VAR
14 VAR= # defined
16 # At this point, VAR is defined, and due to the 'n' in 'elifndef' the
19 .elifndef VAR && VAR || VAR