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

File: [cvsweb.bsd.lv] / mandoc / regress / roff / esc / Makefile (download)

Revision 1.6, Thu Jan 17 06:33:35 2019 UTC (5 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_5
Changes since 1.5: +2 -2 lines

Test handling of escaped backslashes because the code related to
copy mode is complicated and prone to regressions.

# $OpenBSD: Makefile,v 1.16 2019/01/17 06:29:14 schwarze Exp $

REGRESS_TARGETS	 = one two multi B bs_man bs_mdoc c c_man e f h l O o p w z
REGRESS_TARGETS	+= ignore invalid unsupp
HTML_TARGETS	 = f
LINT_TARGETS	 = B h l O w ignore invalid unsupp

.include <bsd.regress.mk>