bzrtp: add check function

- this is the real PKGBUILD 2.15.1-2 built upon
This commit is contained in:
Chaoting Liu 2017-03-16 13:30:31 +00:00
parent 030793421d
commit b94b5d078e

View File

@ -19,6 +19,11 @@ build() {
make
}
check() {
cd ${pkgname}-${pkgver}
make test
}
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install