summaryrefslogtreecommitdiffstats
path: root/regress/char
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-08 22:54:22 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-08 22:54:22 +0000
commiteb74e0f0e616a89f769432b7f4c31856c1a37f49 (patch)
treefab71235e5595f9027cea5153f6d0f3dd6de3c0e /regress/char
parentaed548e3b22772365ac5fdaf6cdb29f7b2b1b126 (diff)
downloadmandoc-eb74e0f0e616a89f769432b7f4c31856c1a37f49.tar.gz
Now that markdown output is tested for almost everything, test all
input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code.
Diffstat (limited to 'regress/char')
-rw-r--r--regress/char/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/char/Makefile.inc b/regress/char/Makefile.inc
index 6b294ca9..9b05b274 100644
--- a/regress/char/Makefile.inc
+++ b/regress/char/Makefile.inc
@@ -1,5 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.3 2015/02/03 19:37:25 schwarze Exp $
SKIP_TMAN ?= ALL
+SKIP_MARKDOWN ?= ALL
.include "../Makefile.inc"