xref: /openbsd/regress/usr.bin/mandoc/tbl/data/Makefile (revision d415bd75)
1# $OpenBSD: Makefile,v 1.6 2022/04/26 14:46:30 schwarze Exp $
2
3REGRESS_TARGETS	 = blankline block_empty block_unclosed block_width
4REGRESS_TARGETS	+= block_wrap empty escz escz_end insert
5LINT_TARGETS	 = block_unclosed empty insert
6
7# groff-1.23.0 defects:
8# - When a table ends in the middle of a block,
9#   GNU eqn produces no output whatsoever for the whole table.
10# - When a table cell ends with a no-advance escape sequence,
11#   the next cell is appended to the current cell instead of
12#   aligning it to the next column.
13
14SKIP_GROFF	 = block_unclosed escz_end
15
16.include <bsd.regress.mk>
17