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

File: [cvsweb.bsd.lv] / mandoc / regress / char / space / Makefile (download)

Revision 1.3, Tue Aug 16 18:06:53 2022 UTC (2 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines

New tests of tabs in fill mode, in particular
when multiple input or output lines are involved.

# $OpenBSD: Makefile,v 1.14 2022/08/16 18:04:04 schwarze Exp $

REGRESS_TARGETS  = leading-mdoc leading-man multiple trailing-mdoc zerowidth
REGRESS_TARGETS += eos eos-man break nobreak
REGRESS_TARGETS += tab tab-filled tab-man esct-mdoc esct-man
REGRESS_TARGETS += invalid

UTF8_TARGETS	 = zerowidth

HTML_TARGETS	 = zerowidth

LINT_TARGETS	 = trailing-mdoc tab tab-man esct-mdoc esct-man invalid

.include <bsd.regress.mk>