1# $OpenBSD: Makefile,v 1.10 2022/06/03 11:50:25 schwarze Exp $
2#
3# This directory is intended for tests of string *expansion*,
4# in particular testing the behaviour of the \* escape sequence.
5# Tests of string *definitions* are better placed in the roff/ds
6# directory.
7
8REGRESS_TARGETS	 = dotT escape infinite name std undef zerolength
9LINT_TARGETS	 = name std undef
10UTF8_TARGETS	 = dotT
11HTML_TARGETS	 = dotT
12SKIP_MARKDOWN	 = escape infinite name std undef zerolength
13
14# The infinite test fails badly with groff-1.20.1:
15# It fails to print the following text.
16
17SKIP_GROFF	?= infinite
18
19# Groff can expand standard macros as strings, but mandoc cannot.
20
21SKIP_GROFF	+= std
22
23.include <bsd.regress.mk>
24