George Hu pushed to branch main at Arch Linux / Packaging / Packages / libpoly
Commits:
2b9c22b4 by George Hu at 2026-01-19T13:13:26+08:00
Add `check()` function
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -18,6 +18,10 @@ build() {
ninja
}
+check() {
+ ctest --test-dir libpoly-$pkgver --output-on-failure
+}
+
package() {
cd libpoly-$pkgver
DESTDIR="$pkgdir" ninja install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libpoly/-/commit/2b9c22b4694af2c68633822c2ea21e03d6c59b78
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libpoly/-/commit/2b9c22b4694af2c68633822c2ea21e03d6c59b78
You're receiving this email because of your account on gitlab.archlinux.org.