Home | History | Annotate | Line # | Download | only in unit-tests
cond-op-and-lint.mk revision 1.2.2.1
      1  1.2.2.1  perseant # $NetBSD: cond-op-and-lint.mk,v 1.2.2.1 2025/08/02 05:58:31 perseant Exp $
      2      1.1    rillig #
      3      1.1    rillig # Tests for the && operator in .if conditions, in lint mode.
      4      1.1    rillig 
      5      1.1    rillig .MAKEFLAGS: -dL
      6      1.1    rillig 
      7      1.1    rillig # The '&' operator is not allowed in lint mode.
      8      1.1    rillig # It is not used in practice anyway.
      9  1.2.2.1  perseant # expect+1: Unknown operator "&"
     10      1.1    rillig .if 0 & 0
     11      1.1    rillig .  error
     12      1.1    rillig .else
     13      1.1    rillig .  error
     14      1.1    rillig .endif
     15