pcre2: add do_check.

Closes #9261.
This commit is contained in:
maxice8 2017-11-17 04:29:36 -02:00 committed by Enno Boland
parent 0892af646e
commit 02bb5a85f8

View file

@ -23,6 +23,10 @@ pre_configure() {
autoreconf -fi
}
do_check() {
make check
}
libpcre2_package() {
short_desc+=" - shared libraries"
pkg_install() {