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

Thomas Dziedzic tdziedzic at archlinux.org
Sat Feb 11 18:54:36 UTC 2012


    Date: Saturday, February 11, 2012 @ 13:54:35
  Author: tdziedzic
Revision: 149911

the testsuite is not just there to look pretty

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-11 17:42:56 UTC (rev 149910)
+++ PKGBUILD	2012-02-11 18:54:35 UTC (rev 149911)
@@ -24,6 +24,12 @@
   make
 }
 
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver//_/-}"
+
+  make test
+}
+
 package_ruby() {
   depends=('openssl' 'libffi' 'libyaml')
   provides=('rubygems' 'rake')




More information about the arch-commits mailing list