blob: 0fc59557da7be86c7657b9b515fb6483b46a860c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.1.1.1 2015/01/29 23:24:24 schwarze Exp $
REGRESS_TARGETS = blankline block_unclosed block_width block_wrap empty
LINT_TARGETS = block_unclosed empty
# groff-1.22.3 defect:
# - When a table ends in the middle of a block,
# GNU eqn produces no output whatsoever for the whole table.
SKIP_GROFF = block_unclosed
.include <bsd.regress.mk>
|