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

Lines Matching refs:recursive

1 # $NetBSD: var-recursive.mk,v 1.12 2025/04/13 09:29:33 rillig Exp $
8 DIRECT= ${DIRECT} # Defining a recursive variable is not an error.
9 # expect+2: Variable DIRECT is recursive.
17 # expect+2: Variable INDIRECT1 is recursive.
30 # follow-up error messages, but recursive variables occur seldom.
32 # expect+2: Variable MODIFIERS is recursive.
41 # expect+2: Variable V is recursive.
49 # expect: : before-recursive
50 : before-recursive
51 # expect: make: Variable VAR is recursive.
52 # expect-not-matches: ^: recursive%-line%-before
53 # expect-not-matches: ^: recursive%-line%-after
54 : recursive-line-before <${VAR}> recursive-line-after
55 # expect-not-matches: ^: after%-recursive
56 : after-recursive