summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/directive-endfor.mk
blob: 93119156fb8985075e875f343c95b2eeb7580fa1 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: directive-endfor.mk,v 1.2 2023/06/01 20:56:35 rillig Exp $
#
# Test for the directive .endfor, which ends a .for loop.
#
# See also:
#	directive-for.mk

# An .endfor without a corresponding .for is a parse error.
# expect+1: for-less endfor
.endfor