[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / layout

File: [cvsweb.bsd.lv] / mandoc / regress / tbl / layout / Makefile (download)

Revision 1.3, Tue Jun 11 16:04:37 2019 UTC (5 years ago) by schwarze
Branch: MAIN
Changes since 1.2: +2 -2 lines

Do not access a NULL pointer if a table contains a horizontal line
next to a table line having fewer columns than the table as a whole.
Bug found by Stephen Gregoratto <dev at sgregoratto dot me>
with aerc-config(5).

# $OpenBSD: Makefile,v 1.4 2019/06/11 15:40:41 schwarze Exp $

REGRESS_TARGETS	 = center complex empty emptyline
REGRESS_TARGETS	+= lines lines-nogroff numbers shortlines span
LINT_TARGETS	 = 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>