Home | History | Annotate | Line # | Download | only in unit-tests
varmod-ifelse.mk revision 1.3
      1  1.3  rillig # $NetBSD: varmod-ifelse.mk,v 1.3 2020/10/02 20:34:59 rillig Exp $
      2  1.1  rillig #
      3  1.2  rillig # Tests for the ${cond:?then:else} variable modifier, which evaluates either
      4  1.2  rillig # the then-expression or the else-expression, depending on the condition.
      5  1.1  rillig 
      6  1.1  rillig # TODO: Implementation
      7  1.1  rillig 
      8  1.3  rillig # TODO: Test another modifier after ifelse; does not work, it becomes part
      9  1.3  rillig # of the else branch.
     10  1.3  rillig 
     11  1.1  rillig all:
     12  1.1  rillig 	@:;
     13