1 # $OpenBSD: Makefile,v 1.31 2016/10/17 19:00:16 schwarze Exp $
3 REGRESS_TARGETS = item inset diag ohang bullet dash enum hang tag
4 REGRESS_TARGETS += column colNoIt extend nested offset secstart
6 REGRESS_TARGETS += notype multitype badargs
7 REGRESS_TARGETS += empty noIt emptyhead emptytag emptyitem multitag
8 REGRESS_TARGETS += bareIt bareTa unclosed break breakingIt breakingTa broken
12 LINT_TARGETS = column notype badargs tag
13 LINT_TARGETS += empty noIt emptyhead emptytag emptyitem
14 LINT_TARGETS += bareIt bareTa break breakingIt broken
16 # groff-mandoc differences:
17 # - groff allows enclosures to span Ta, mandoc does not
19 SKIP_GROFF ?= breakingTa
21 # groff-1.22.3 defects:
22 # - lists with missing or late type ruin indentation
23 # - empty lists ruin indentation and sometimes cause empty lines
24 # - breaking lists continue indefinitely
25 # - breaking items sometimes ruin indentation, sometimes abort processing
26 # - breaking a list aborts processing
27 # - empty -tag item heads lose the blank line and the indentation
29 SKIP_GROFF += notype empty break breakingIt broken emptytag
31 SKIP_TMAN ?= column colNoIt multitype multitag bareTa break breakingTa broken
33 # Fixing the indentation in long .IP and .TP tags in -man -Tascii
34 # caused a minor regression in -Tman that is not trivial to fix,
35 # so disable the related test for now.
39 # Empty heads are still mishandled by -Tman.
41 SKIP_TMAN += emptyhead emptytag
43 .include <bsd.regress.mk>