aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/MT/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-25 14:09:44 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-25 14:09:44 +0000
commit968237f527c0925ee4300f535b2efb1d2a9e783f (patch)
tree4dcdee769d9b68dafce575104ea167ea188b8720 /regress/man/MT/Makefile
parentcc054d87a39246eed78c9ae061022b305490a30b (diff)
downloadmandoc-968237f527c0925ee4300f535b2efb1d2a9e783f.tar.gz
mandoc-968237f527c0925ee4300f535b2efb1d2a9e783f.tar.zst
mandoc-968237f527c0925ee4300f535b2efb1d2a9e783f.zip
test new MT macro
Diffstat (limited to 'regress/man/MT/Makefile')
-rw-r--r--regress/man/MT/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/man/MT/Makefile b/regress/man/MT/Makefile
new file mode 100644
index 00000000..70e0bfb5
--- /dev/null
+++ b/regress/man/MT/Makefile
@@ -0,0 +1,12 @@
+# $OpenBSD: Makefile,v 1.3 2015/02/06 11:54:03 schwarze Exp $
+
+REGRESS_TARGETS = args noME
+LINT_TARGETS = args noME
+
+# groff-1.22.3 defects:
+# - Without .ME, .MT does not print the address.
+# - But .ME prints <> even without .MT.
+
+SKIP_GROFF = noME
+
+.include <bsd.regress.mk>