Date: Saturday, May 28, 2011 @ 11:13:10
  Author: pierre
Revision: 125724

add check() function

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-05-28 14:45:52 UTC (rev 125723)
+++ PKGBUILD    2011-05-28 15:13:10 UTC (rev 125724)
@@ -39,6 +39,13 @@
        make
 }
 
+check() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       # This test wont work with the noatime mount option
+       rm Test/C02cond.ztst
+       HOME="${srcdir}" make check
+}
+
 package() {
        cd "${srcdir}/${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}/" install

Reply via email to