xref: /openbsd-src/regress/usr.bin/mandoc/roff/while/Makefile (revision 7dd0ff50ed2fd868e5053d0c9cfbb452aad527ff)
1# $OpenBSD: Makefile,v 1.2 2019/04/21 22:43:00 schwarze Exp $
2
3REGRESS_TARGETS	= basic badargs break into nesting outof
4LINT_TARGETS	= badargs into nesting outof
5
6# mandoc defects:
7#  - if a while loop extends into a scope, mandoc may close it there
8#  - mandoc does not support nested .while loops
9#  - mandoc does not support .while loops extending out of the current scope
10
11SKIP_GROFF	= into nesting outof
12
13.include <bsd.regress.mk>
14