Home | History | Annotate | Line # | Download | only in unit-tests
deptgt-end-fail.mk revision 1.3
      1  1.3  rillig # $NetBSD: deptgt-end-fail.mk,v 1.3 2020/12/06 21:22:04 rillig Exp $
      2  1.1  rillig #
      3  1.1  rillig # Tests for an error in the .END node.
      4  1.1  rillig #
      5  1.1  rillig # Before 2020-11-25, an error in the .END target did not print the "Stop.",
      6  1.2  rillig # even though this was intended.  The cause for this was a missing condition
      7  1.2  rillig # in Compat_Run, in the code handling the .END node.
      8  1.1  rillig 
      9  1.1  rillig all:
     10  1.1  rillig 	: $@
     11  1.1  rillig 
     12  1.1  rillig .END:
     13  1.3  rillig 	: Making ${.TARGET} out of nothing.
     14  1.1  rillig 	false
     15