gettext: add tests.

This commit is contained in:
maxice8 2017-11-15 21:06:53 -02:00 committed by Jürgen Buchmüller
parent 55111a6239
commit e82cbd1779

View File

@ -29,6 +29,10 @@ if [ "$CROSS_BUILD" ]; then
}
fi
do_check() {
make check
}
post_install() {
# Fix conflict with musl.
if [ -e ${DESTDIR}/usr/include/libintl.h ]; then