gmp: add do_check.

Closes #9267.
This commit is contained in:
maxice8 2017-11-16 23:09:24 -02:00 committed by Enno Boland
parent cc231266f0
commit 9770bd9b33

View file

@ -23,6 +23,10 @@ if [ "$CROSS_BUILD" ]; then
}
fi
do_check() {
make check
}
gmpxx_package() {
short_desc+=" - C++ support"
pkg_install() {