aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/while/Makefile
blob: ed9704746677ca6c6f3fa5a2d317f30fdad15bf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.1 2018/08/24 22:56:37 schwarze Exp $

REGRESS_TARGETS	= basic badargs into nesting outof
LINT_TARGETS	= badargs into nesting outof

# mandoc defects:
#  - if a while loop extends into a scope, mandoc may close it there
#  - mandoc does not support nested .while loops
#  - mandoc does not support .while loops extending out of the current scope

SKIP_GROFF	= into nesting outof

.include <bsd.regress.mk>