[arch-commits] Commit in gtkd/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Wed Jun 12 21:49:59 UTC 2019
Date: Wednesday, June 12, 2019 @ 21:49:59
Author: ffy00
Revision: 481107
fix tests
Modified:
gtkd/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-12 20:54:50 UTC (rev 481106)
+++ PKGBUILD 2019-06-12 21:49:59 UTC (rev 481107)
@@ -37,13 +37,12 @@
shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
}
-# Not working right now
-#check() {
-# cd GtkD-$pkgver
-#
-# make test
-#}
+check() {
+ cd GtkD-$pkgver
+ make LDFLAGS='' test
+}
+
package() {
cd GtkD-$pkgver
More information about the arch-commits
mailing list