From: schwarze Date: Sat, 25 Aug 2018 16:46:28 +0000 (+0000) Subject: oops, hook up the tests for the roff(7) .char request X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=82bce4b0bb04f3dd614b586d9bb78b8094e4c43f;p=openbsd oops, hook up the tests for the roff(7) .char request --- diff --git a/regress/usr.bin/mandoc/roff/Makefile b/regress/usr.bin/mandoc/roff/Makefile index f338f83dad3..036a66e561d 100644 --- a/regress/usr.bin/mandoc/roff/Makefile +++ b/regress/usr.bin/mandoc/roff/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.26 2018/08/24 22:56:37 schwarze Exp $ +# $OpenBSD: Makefile,v 1.27 2018/08/25 16:46:28 schwarze Exp $ SUBDIR = args cond esc scale string -SUBDIR += br cc de ds ft ig it ll na nr po ps +SUBDIR += br cc char de ds ft ig it ll na nr po ps SUBDIR += return rm rn shift sp ta ti tr while .include "../Makefile.sub"