bzip2: add do_check.

Closes #9269.
This commit is contained in:
maxice8 2017-11-16 23:17:26 -02:00 committed by Enno Boland
parent 41d26e7da3
commit f5443347f0
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ do_build() {
make ${makejobs} CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" bzip2recover libbz2.a
}
do_check() {
make check
}
do_install() {
vbin bzip2-shared bzip2
vbin bzip2recover