[arch-commits] Commit in binutils/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Fri Nov 26 03:29:37 UTC 2010


    Date: Thursday, November 25, 2010 @ 22:29:36
  Author: allan
Revision: 100870

run the test suite in future builds

Modified:
  binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-26 02:49:03 UTC (rev 100869)
+++ PKGBUILD	2010-11-26 03:29:36 UTC (rev 100870)
@@ -13,6 +13,7 @@
 license=('GPL')
 groups=('base')
 depends=('glibc>=2.12-1' 'zlib')
+makedepends=('dejagnu')
 options=('!libtool' '!distcc' '!ccache')
 install=binutils.install
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
@@ -46,6 +47,7 @@
   make configure-host
 
   make tooldir=${pkgdir}/usr
+  make check
 }
 
 package() {




More information about the arch-commits mailing list