xref: /openbsd/regress/usr.bin/mandoc/tbl/data/Makefile (revision d89ec533)
1# $OpenBSD: Makefile,v 1.5 2019/07/18 14:38:47 schwarze Exp $
2
3REGRESS_TARGETS	 = blankline block_empty block_unclosed block_width
4REGRESS_TARGETS	+= block_wrap empty insert
5LINT_TARGETS	 = block_unclosed empty insert
6
7# groff-1.22.3 defect:
8# - When a table ends in the middle of a block,
9#   GNU eqn produces no output whatsoever for the whole table.
10
11SKIP_GROFF	 = block_unclosed
12
13.include <bsd.regress.mk>
14