main/udisks2: add check

This commit is contained in:
A. Wilcox 2018-02-10 14:50:33 -06:00 committed by William Pitcock
parent bb1577c729
commit 69b397fcee

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=udisks2 pkgname=udisks2
pkgver=2.6.5 pkgver=2.6.5
pkgrel=0 pkgrel=1
pkgdesc="A Disk Manager" pkgdesc="A Disk Manager"
url="http://www.freedesktop.org/wiki/Software/udisks" url="http://www.freedesktop.org/wiki/Software/udisks"
arch="all" arch="all"
@ -32,6 +32,11 @@ build() {
make make
} }
check() {
cd "$builddir"
make check
}
package() { package() {
cd "$builddir" cd "$builddir"
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install