summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGereon Kremer2017-05-18 18:39:45 +0200
committerGereon Kremer2017-05-18 18:39:45 +0200
commitdb85b117c741c446502e1b891994f07802211e11 (patch)
tree117ed341af42cf1ac25550162d2beb8e1d32f631
parent91e88b522a08a89108217a407e2ca457071e67db (diff)
downloadaur-db85b117c741c446502e1b891994f07802211e11.tar.gz
Make check() work.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c474e7d60d0..b17f2cec7727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,7 @@ build() {
}
check() {
cd "$pkgname"
+ make
make test
}
package() {