]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/roff/de/Makefile
If a user-defined macro is aborted because it exceeds the stack
[mandoc.git] / regress / roff / de / Makefile
index 9488ce05e8c56384f259d84bf4f858c34a61a872..43bcf00fbae223f14da6296125f5707ad19a30de 100644 (file)
@@ -1,7 +1,12 @@
 # $OpenBSD: Makefile,v 1.9 2015/02/03 19:37:25 schwarze Exp $
 
-REGRESS_TARGETS = append cond escname factorial indir startde TH Dd
-LINT_TARGETS   = escname indir
+REGRESS_TARGETS         = append cond escname factorial indir infinite startde TH Dd
+LINT_TARGETS    = escname indir infinite
+
+# groff-1.22.3 defect:
+# infinite recursion aborts output completely
+
+SKIP_GROFF      = infinite
 
 .include <bsd.regress.mk>