From 4c0770c1ecd159a77561d8e0364385f4bb758650 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/mdoc/Rv/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 regress/mdoc/Rv/Makefile (limited to 'regress/mdoc/Rv/Makefile') diff --git a/regress/mdoc/Rv/Makefile b/regress/mdoc/Rv/Makefile new file mode 100644 index 00000000..238982a3 --- /dev/null +++ b/regress/mdoc/Rv/Makefile @@ -0,0 +1,11 @@ +# $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:53 schwarze Exp $ + +REGRESS_TARGETS = args noname nostd +LINT_TARGETS = noname nostd + +# groff-1.22.2 defect: +# - .Rv without -std produces no output + +SKIP_GROFF = nostd + +.include -- cgit