diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/ndctl/APKBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testing/ndctl/APKBUILD b/testing/ndctl/APKBUILD index ca49a40a82..cd5e7d3d2a 100644 --- a/testing/ndctl/APKBUILD +++ b/testing/ndctl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Breno Leitao <breno.leitao@gmail.com> 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 |
