mdocml: add tests.

This commit is contained in:
maxice8 2017-11-15 16:53:51 -02:00 committed by Jürgen Buchmüller
parent d366a4b968
commit feaaf11159

View File

@ -5,6 +5,7 @@ revision=1
wrksrc="mandoc-${version}" wrksrc="mandoc-${version}"
build_style=configure build_style=configure
makedepends="zlib-devel" makedepends="zlib-devel"
checkdepends="perl"
depends="less" depends="less"
provides="man-0_1" provides="man-0_1"
conf_files="/etc/man.conf" conf_files="/etc/man.conf"
@ -46,6 +47,9 @@ EOF
esac esac
} }
do_check() {
cd regress && ./regress.pl
}
post_install() { post_install() {
# Rename mans for alternatives # Rename mans for alternatives
for f in apropos man whatis; do for f in apropos man whatis; do