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

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

Revision 1.5, Thu Jul 18 14:43:14 2019 UTC (4 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
Changes since 1.4: +3 -2 lines

new test for an empty text block; from rea@ via bapt@ (FreeBSD)

# $OpenBSD: Makefile,v 1.5 2019/07/18 14:38:47 schwarze Exp $

REGRESS_TARGETS	 = blankline block_empty block_unclosed block_width
REGRESS_TARGETS	+= block_wrap empty insert
LINT_TARGETS	 = block_unclosed empty insert

# 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>