X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d9f0f81c846a8405c29870e4a8379e5e79d1cad3..5aacba9ce0d0de6d9276777e5f2b193b60604d5f:/regress/roff/string/Makefile?ds=inline diff --git a/regress/roff/string/Makefile b/regress/roff/string/Makefile index d2cd125b..eda8c8ad 100644 --- a/regress/roff/string/Makefile +++ b/regress/roff/string/Makefile @@ -1,11 +1,15 @@ # $OpenBSD: Makefile,v 1.6 2014/07/06 19:08:57 schwarze Exp $ -REGRESS_TARGETS=escape infinite zerolength name -LINT_TARGETS = name +REGRESS_TARGETS = escape infinite name std undef zerolength +LINT_TARGETS = name std undef # The infinite test fails badly with groff-1.20.1: # It fails to print the following text. -SKIP_GROFF ?= infinite +SKIP_GROFF ?= infinite + +# Groff can expand standard macros as strings, but mandoc cannot. + +SKIP_GROFF += std .include