diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-11 16:04:18 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-11 16:04:18 +0000 |
commit | ccb27794cbdefbc04414c1655e968cc5cb7a914a (patch) | |
tree | 339b71ed948aec8021eb84c7a5f3fa4ea75d1e38 /regress/eqn/define/Makefile | |
parent | bf4e8be28e69b65461d7a841458ac67ee3193d7f (diff) | |
download | mandoc-ccb27794cbdefbc04414c1655e968cc5cb7a914a.tar.gz |
test infinite recursion in eqn(7) "define" statements
Diffstat (limited to 'regress/eqn/define/Makefile')
-rw-r--r-- | regress/eqn/define/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/eqn/define/Makefile b/regress/eqn/define/Makefile index 4be9cf5e..9dfa749c 100644 --- a/regress/eqn/define/Makefile +++ b/regress/eqn/define/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.1 2015/01/28 21:10:28 schwarze Exp $ -REGRESS_TARGETS = invalid -LINT_TARGETS = invalid +REGRESS_TARGETS = invalid infinite +LINT_TARGETS = invalid infinite .include <bsd.regress.mk> |