summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/Pa
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-11-17 16:28:47 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-11-17 16:28:47 +0000
commitf3f4805f026c8f5885f0128d68122da7a2875a0a (patch)
tree896b48fcd709583f646bf96468b726516ff40f8c /regress/usr.bin/mandoc/mdoc/Pa
parent1dbe93241471a57c0b34d15e5ba4aafff750c2da (diff)
Complete overhaul of the mandoc(1) test suite.
* Test the recently introduced -Tman output mode, too. * Specify date and OS arguments in all tests. * Remove the kludge of sed(1)ing away the page footer lines. * New make(1) variables SKIP_TMAN, SKIP_GROFF. * Drop obsolete, clumsy make(1) variable GROFF_TARGETS. * Delete obsolete mdoc/Bl/E*.sh error reporting tests. * Silence char/N/basic. * New targets: - ascii, ascii-clean - to run -Tascii tests only - tman, tman-clean - to run the new -Tman tests only - obj-clean - maintainer only, needed before groff-clean and groff - groff-clean - maintainer only, affects checked-in files
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Pa')
-rw-r--r--regress/usr.bin/mandoc/mdoc/Pa/FILES.in2
-rw-r--r--regress/usr.bin/mandoc/mdoc/Pa/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Pa/FILES.in b/regress/usr.bin/mandoc/mdoc/Pa/FILES.in
index bc261b06178..5a3758500be 100644
--- a/regress/usr.bin/mandoc/mdoc/Pa/FILES.in
+++ b/regress/usr.bin/mandoc/mdoc/Pa/FILES.in
@@ -1,6 +1,6 @@
.Dd December 25, 2009
.Dt PA-FILES 1
-.Os
+.Os OpenBSD
.Sh NAME
.Nm Pa-FILES
.Nd pathnames in the FILES section
diff --git a/regress/usr.bin/mandoc/mdoc/Pa/Makefile b/regress/usr.bin/mandoc/mdoc/Pa/Makefile
index b8c2f2cc9ec..9c0c37eb706 100644
--- a/regress/usr.bin/mandoc/mdoc/Pa/Makefile
+++ b/regress/usr.bin/mandoc/mdoc/Pa/Makefile
@@ -1,6 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 2009/12/25 02:00:46 schwarze Exp $
+# $OpenBSD: Makefile,v 1.2 2011/11/17 16:28:46 schwarze Exp $
REGRESS_TARGETS=FILES
-GROFF_TARGETS=FILES
.include <bsd.regress.mk>