version 1.1, 2017/02/08 03:03:28 |
version 1.2, 2017/06/18 17:36:09 |
|
|
# $OpenBSD$ |
# $OpenBSD$ |
|
|
REGRESS_TARGETS=escape infinite zerolength name |
REGRESS_TARGETS = escape infinite name std zerolength |
LINT_TARGETS = name |
LINT_TARGETS = name std |
|
|
# 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> |