[Pkg-javascript-commits] [node-findit2] 01/02: Enable tests

Jérémy Lal kapouer at moszumanska.debian.org
Mon Oct 20 00:05:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository node-findit2.

commit ea56755793e01046b4355fa4470b955e332aeb32
Author: Jérémy Lal <kapouer at melix.org>
Date:   Mon Oct 20 02:03:37 2014 +0200

    Enable tests
---
 debian/control | 1 +
 debian/rules   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 939525c..e6d8489 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Andrew Kelley <superjoe30 at gmail.com>
 Build-Depends:
  debhelper (>= 8)
  , dh-buildinfo
+ , node-tap
  , nodejs
 Standards-Version: 3.9.6
 Homepage: https://github.com/andrewrk/node-findit
diff --git a/debian/rules b/debian/rules
index de57af0..9cba69d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@
 
 #override_dh_auto_build:
 
-#override_dh_auto_test:
+override_dh_auto_test:
+	tap test/*.js
 
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-findit2.git



More information about the Pkg-javascript-commits mailing list