]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/while/Makefile
while $() is more modern than ``, it does not work with the
[mandoc.git] / regress / roff / while / Makefile
1 # $OpenBSD: Makefile,v 1.1 2018/08/24 22:56:37 schwarze Exp $
2
3 REGRESS_TARGETS = basic badargs into nesting outof
4 LINT_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
11 SKIP_GROFF = into nesting outof
12
13 .include <bsd.regress.mk>