directive.mk revision 1.3
1# $NetBSD: directive.mk,v 1.3 2020/11/03 17:17:31 rillig Exp $
2#
3# Tests for the preprocessing directives, such as .if or .info.
4
5# TODO: Implementation
6
7# Unknown directives are correctly named in the error messages,
8# even if they are indented.
9.indented none
10.  indented 2 spaces
11.	indented tab
12
13# Directives must be written directly, not indirectly via variable
14# expressions.
15.${:Uinfo} directives cannot be indirect
16
17all:
18	@:;
19