summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGötz Christ2018-04-07 08:11:40 -0500
committerGötz Christ2018-04-07 08:12:12 -0500
commit3cedd7d200cdc9b8715996597c85a4b20d359d43 (patch)
tree886b7a9024e26329e15c21e4932e9975ee5b25a4 /PKGBUILD
parent6935f032016ad69940832228ec5c2d2fb4ea34b7 (diff)
downloadaur-libeatmydata.tar.gz
Move make test to the check function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 644cfec1c924..92e64105abde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonathan Squirawski <sky@sky-co.de>
pkgname=libeatmydata
pkgver=105.r15.g1e5ae05
-pkgrel=1
+pkgrel=2
pkgdesc='Library and utilities designed to disable fsync and friends.'
arch=('i686' 'x86_64')
url='https://github.com/stewartsmith/libeatmydata'
@@ -22,6 +22,10 @@ build() {
autoreconf -i
./configure --prefix=/usr --libexecdir=/usr/lib/libeatmydata
make
+}
+
+check() {
+ cd libeatmydata
make check
}