1 # $OpenBSD: Makefile,v 1.6 2014/07/06 19:08:57 schwarze Exp $
3 REGRESS_TARGETS = dotT escape infinite name std undef zerolength
4 LINT_TARGETS = name std undef
7 SKIP_MARKDOWN = escape infinite name std undef zerolength
9 # The infinite test fails badly with groff-1.20.1:
10 # It fails to print the following text.
12 SKIP_GROFF ?= infinite
14 # Groff can expand standard macros as strings, but mandoc cannot.
18 .include <bsd.regress.mk>