summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d6e92204190..f7f01f272a33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,6 +50,11 @@ build() {
meson compile -C build
}
+# No tests defined
+#check() {
+# meson test -C build --print-errorlogs
+#}
+
package() {
DESTDIR="$pkgdir" meson install -C build