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

Daniel Micay thestinger at nymeria.archlinux.org
Wed Apr 3 14:15:15 UTC 2013


    Date: Wednesday, April 3, 2013 @ 16:15:15
  Author: thestinger
Revision: 87590

rust: add check() function

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-03 13:31:16 UTC (rev 87589)
+++ PKGBUILD	2013-04-03 14:15:15 UTC (rev 87590)
@@ -55,3 +55,8 @@
 
   cp lib/rustc/*/lib/{librustdoc-*-0.6.so,librustpkg-*-0.6.so} lib/
 }
+
+check() {
+  cd rust-$pkgver
+  make check
+}




More information about the arch-commits mailing list