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

Thomas Dziedzic tdziedzic at archlinux.org
Tue Apr 10 23:04:54 UTC 2012


    Date: Tuesday, April 10, 2012 @ 19:04:53
  Author: tdziedzic
Revision: 155993

run tests

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-10 22:40:27 UTC (rev 155992)
+++ PKGBUILD	2012-04-10 23:04:53 UTC (rev 155993)
@@ -91,6 +91,16 @@
   make
 }
 
+check() {
+  cd "${srcdir}"/vim-build
+
+  make test
+
+  cd "${srcdir}"/gvim-build
+
+  make test
+}
+
 package_vim() {
   pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
   depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm')




More information about the arch-commits mailing list