aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/string/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff/string/Makefile')
-rw-r--r--regress/roff/string/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/regress/roff/string/Makefile b/regress/roff/string/Makefile
new file mode 100644
index 00000000..d2cd125b
--- /dev/null
+++ b/regress/roff/string/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.6 2014/07/06 19:08:57 schwarze Exp $
+
+REGRESS_TARGETS=escape infinite zerolength name
+LINT_TARGETS = name
+
+# The infinite test fails badly with groff-1.20.1:
+# It fails to print the following text.
+
+SKIP_GROFF ?= infinite
+
+.include <bsd.regress.mk>