version 1.1, 2017/02/08 03:03:28 |
version 1.3, 2018/04/09 02:31:43 |
|
|
# $OpenBSD$ |
# $OpenBSD$ |
|
|
REGRESS_TARGETS=escape infinite zerolength name |
REGRESS_TARGETS = escape infinite name std undef zerolength |
LINT_TARGETS = name |
LINT_TARGETS = name std undef |
|
|
# The infinite test fails badly with groff-1.20.1: |
# The infinite test fails badly with groff-1.20.1: |
# It fails to print the following text. |
# 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 <bsd.regress.mk> |
.include <bsd.regress.mk> |