diff --git a/testing/ndctl/APKBUILD b/testing/ndctl/APKBUILD index ca49a40a82f..cd5e7d3d2ae 100644 --- a/testing/ndctl/APKBUILD +++ b/testing/ndctl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Breno Leitao pkgname=ndctl pkgver=57.1 -pkgrel=0 +pkgrel=1 pkgdesc="Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel" url="https://github.com/pmem/ndctl" arch="all" @@ -31,6 +31,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install