[Pkg-javascript-commits] [node-iconv] 02/05: Run tests
    Jérémy Lal 
    kapouer at moszumanska.debian.org
       
    Sun Jun 15 00:23:15 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-iconv.
commit 0d815e1ace37123c3ebe1cd5c052c6142ce9f255
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Jun 15 02:18:46 2014 +0200
    Run tests
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index e362f4c..5595e0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,11 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	node-gyp build
 
+override_dh_auto_test:
+	nodejs test/test-basic.js
+	nodejs test/test-big-buffer.js
+	nodejs test/test-stream.js
+
 override_dh_install:
 	dh_install
 	chmod 644 $(CURDIR)/debian/node-iconv/usr/lib/nodejs/iconv/lib/iconv.node
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-iconv.git
    
    
More information about the Pkg-javascript-commits
mailing list