Makefile revision 1.7
1# $OpenBSD: Makefile,v 1.7 2020/09/01 18:24:10 schwarze Exp $
2
3REGRESS_TARGETS	 = badspan center complex empty emptycol emptyline
4REGRESS_TARGETS	+= lines lines-nogroff numbers
5REGRESS_TARGETS	+= shortlines spacing spacing-nogroff span
6LINT_TARGETS	 = badspan complex empty spacing-nogroff
7
8# groff-1.22.4 defects:
9# - When the layout is completely empty,
10#   GNU eqn produces no output whatsoever for the whole table.
11# - When there is no horizontal line at the top,
12#   vertical lines extend beyond the top of the table.
13# - Excessive spacing modifiers in the layout are honoured.
14
15SKIP_GROFF	 = empty lines-nogroff spacing-nogroff
16
17.include <bsd.regress.mk>
18