Home | History | Annotate | Line # | Download | only in unit-tests
directive-error.mk revision 1.4
      1  1.4  rillig # $NetBSD: directive-error.mk,v 1.4 2021/01/26 23:51:20 rillig Exp $
      2  1.1  rillig #
      3  1.3  rillig # Tests for the .error directive, which prints an error message and exits
      4  1.3  rillig # immediately, unlike other "fatal" parse errors, which continue to parse
      5  1.3  rillig # until the end of the current top-level makefile.
      6  1.1  rillig 
      7  1.1  rillig # TODO: Implementation
      8  1.1  rillig 
      9  1.4  rillig # FIXME: The "parsing warnings being treated as errors" is irrelevant.
     10  1.4  rillig .MAKEFLAGS: -W
     11  1.4  rillig .error message
     12