testing/php7-rdkafka: add check()

This commit is contained in:
Andy Postnikov 2017-12-03 18:15:49 +02:00 committed by Jakub Jirutka
parent 629e29cc2c
commit aeaee1748c

View File

@ -29,4 +29,9 @@ package() {
echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini
}
check() {
cd "$builddir"
make test
}
sha512sums="31d5b032c5d6bfb029328acd2f4ac42adf554137f68f61643cb004db8f596a05ab763e93dae2705c383924b4ecfdac8410708406b84bfe1fd983e8599e534358 rdkafka-3.0.5.tgz"