xref: /openbsd-src/regress/usr.bin/mandoc/roff/esc/Makefile (revision e44471f37d7134ba35ecb13703ab80d944ad4dfa)
1# $OpenBSD: Makefile,v 1.23 2022/06/08 13:08:00 schwarze Exp $
2
3REGRESS_TARGETS	 = one two multi comment
4REGRESS_TARGETS	+= A1 B bs_man bs_mdoc c c_man E1 e f h hneg
5REGRESS_TARGETS	+= l O1 o p r V1 w z
6REGRESS_TARGETS	+= ignore invalid unsupp
7HTML_TARGETS	 = f
8LINT_TARGETS	 = comment A1 B h l O1 o r V1 w ignore invalid unsupp
9
10# mandoc defects:
11# - \h with a negative argument replaces output characters
12#   instead of overstriking them
13# - \r does not return to the previous output line
14
15SKIP_GROFF	 = hneg r
16
17# intentional difference:
18# - mandoc does not inspect the environment
19
20SKIP_GROFF	+= V1
21
22.include <bsd.regress.mk>
23