[Pkg-javascript-commits] [node-bl] 02/03: Enable test during build

Jérémy Lal kapouer at moszumanska.debian.org
Sun Dec 4 17:36:38 UTC 2016


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

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

commit fe39af17f4e26f5f085c7edeea8d437201dc3dd6
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Dec 4 18:36:05 2016 +0100

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

diff --git a/debian/control b/debian/control
index 0f77f1b..07ff12a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Andrew Kelley <superjoe30 at gmail.com>
 Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
+ , node-tap
  , nodejs
 Standards-Version: 3.9.8
 Homepage: https://github.com/rvagg/bl
diff --git a/debian/rules b/debian/rules
old mode 100755
new mode 100644
index e388887..1822d6d
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,6 @@
 
 #override_dh_auto_build:
 
-#override_dh_auto_test:
+override_dh_auto_test:
+	tap test/test.js
 

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



More information about the Pkg-javascript-commits mailing list