From b94b5d078e5fa44a306361f4b218caf45cba5afc Mon Sep 17 00:00:00 2001 From: Chaoting Liu Date: Thu, 16 Mar 2017 13:30:31 +0000 Subject: [PATCH] bzrtp: add check function - this is the real PKGBUILD 2.15.1-2 built upon --- bzrtp/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bzrtp/PKGBUILD b/bzrtp/PKGBUILD index 69ca50c66..8cb33c329 100644 --- a/bzrtp/PKGBUILD +++ b/bzrtp/PKGBUILD @@ -19,6 +19,11 @@ build() { make } +check() { + cd ${pkgname}-${pkgver} + make test +} + package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install