zlib: add do_check.

Closes #9259.
This commit is contained in:
maxice8 2017-11-16 23:02:08 -02:00 committed by Enno Boland
parent 02bb5a85f8
commit aae35f6a8c
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ do_configure() {
LDFLAGS= LDSHAREDLIBC= ./configure --prefix=/usr --shared
}
do_check() {
make check
}
zlib-devel_package() {
depends="zlib>=${version}_${revision}"
short_desc+=" - development files"