summaryrefslogtreecommitdiffstats
path: root/regress/roff/ce/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-04 01:11:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-04 01:11:27 +0000
commit75c178d760fcce106641f976840cfe750101b794 (patch)
treea6e74e08489fd380f0283abf69dafff93ca4a37c /regress/roff/ce/Makefile
parent9f4d60709725128fb9c4b5cd5918325ff4dd397f (diff)
downloadmandoc-75c178d760fcce106641f976840cfe750101b794.tar.gz
test the roff(7) .ce and .rj requests;
they were already supported in the past
Diffstat (limited to 'regress/roff/ce/Makefile')
-rw-r--r--regress/roff/ce/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/roff/ce/Makefile b/regress/roff/ce/Makefile
new file mode 100644
index 00000000..2024bdce
--- /dev/null
+++ b/regress/roff/ce/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2019/01/04 01:06:44 schwarze Exp $
+
+REGRESS_TARGETS = basic
+
+.include <bsd.regress.mk>