Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / keyd
Commits:
282b0020 by George Hu at 2026-02-14T00:39:42+08:00
Add check() function
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -26,7 +26,9 @@ build() {
make PREFIX=/usr
}
-# TODO: Work with upstream to make tests more suitable for PKGBUILDS
+check() {
+ make -C "$pkgname-$pkgver" test-io
+}
package() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/commit/282b0020e9eeb835bbcb5aec5a0dcbe90d82ed05
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/commit/282b0020e9eeb835bbcb5aec5a0dcbe90d82ed05
You're receiving this email because of your account on gitlab.archlinux.org.