blob: 2cff58512fb023d26e857a0d7dcb6d741dbad44b (
plain) (
tree)
|
|
# $OpenBSD: Makefile,v 1.6 2020/01/11 20:56:26 schwarze Exp $
REGRESS_TARGETS = badspan center complex empty emptycol emptyline
REGRESS_TARGETS += lines lines-nogroff numbers shortlines span
LINT_TARGETS = badspan complex empty
# groff-1.22.3 defects:
# - When the layout is completely empty,
# GNU eqn produces no output whatsoever for the whole table.
# - When there is no horizontal line at the top,
# vertical lines extend beyond the top of the table.
SKIP_GROFF = empty lines-nogroff
.include <bsd.regress.mk>
|