xref: /freebsd/contrib/bmake/unit-tests/directive-error.mk (revision 3110d4ebd6c0848cf5e25890d01791bb407e2a9b)
1# $NetBSD: directive-error.mk,v 1.3 2020/12/13 01:07:54 rillig Exp $
2#
3# Tests for the .error directive, which prints an error message and exits
4# immediately, unlike other "fatal" parse errors, which continue to parse
5# until the end of the current top-level makefile.
6
7# TODO: Implementation
8
9all:
10	@:;
11