HomeSort by: relevance | last modified time | path
    Searched defs:ifndef (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 8 # .ifndef GUARD_VARIABLE
31 CASES+= variable-ifndef
32 LINES.variable-ifndef= \
33 '.ifndef VARIABLE_IFNDEF' \
36 # expect: Parse_PushInput: variable-ifndef.tmp:1
37 # expect: Skipping 'variable-ifndef.tmp' because 'VARIABLE_IFNDEF' is defined
42 CASES+= variable-ifndef-reuse
43 LINES.variable-ifndef-reuse= \
44 '.ifndef VARIABLE_IFNDEF' \
47 # expect: Parse_PushInput: variable-ifndef-reuse.tmp:
    [all...]
directive-include-guard.mk 8 # .ifndef GUARD_VARIABLE
31 CASES+= variable-ifndef
32 LINES.variable-ifndef= \
33 '.ifndef VARIABLE_IFNDEF' \
36 # expect: Parse_PushInput: variable-ifndef.tmp:1
37 # expect: Skipping 'variable-ifndef.tmp' because 'VARIABLE_IFNDEF' is defined
42 CASES+= variable-ifndef-reuse
43 LINES.variable-ifndef-reuse= \
44 '.ifndef VARIABLE_IFNDEF' \
47 # expect: Parse_PushInput: variable-ifndef-reuse.tmp:
    [all...]

Completed in 23 milliseconds