xref: /openbsd/regress/usr.bin/mandoc/mdoc/Fo/Makefile (revision 04fbb99f)
1# $OpenBSD: Makefile,v 1.16 2017/06/10 01:48:31 schwarze Exp $
2
3REGRESS_TARGETS	 = basic break eos font noarg nohead
4REGRESS_TARGETS += obsolete punct section warn
5LINT_TARGETS	 = noarg nohead obsolete punct warn
6
7# groff-1.22.3 defects:
8# - .Fo without an argument prints unbalanced parentheses
9# - .nr nS is ignored
10
11SKIP_GROFF	 = nohead section
12
13SKIP_TMAN = eos
14
15.include <bsd.regress.mk>
16