Home | History | Annotate | Line # | Download | only in unit-tests
directive-error.mk revision 1.3
      1  1.3  rillig # $NetBSD: directive-error.mk,v 1.3 2020/12/13 01:07:54 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.1  rillig all:
     10  1.1  rillig 	@:;
     11