1 # $OpenBSD: Makefile,v 1.6 2022/04/26 14:46:30 schwarze Exp $
3 REGRESS_TARGETS = blankline block_empty block_unclosed block_width
4 REGRESS_TARGETS += block_wrap empty escz escz_end insert
5 LINT_TARGETS = block_unclosed empty insert
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.
14 SKIP_GROFF = block_unclosed escz_end
16 .include <bsd.regress.mk>