[Pkg-javascript-commits] [node-through2] 20/21: Test during build
Jérémy Lal
kapouer at moszumanska.debian.org
Mon Nov 28 23:35:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-through2.
commit c8d80a2d829bdddf511ccc025ad36a7901ab602b
Author: Jérémy Lal <kapouer at melix.org>
Date: Tue Nov 29 00:32:48 2016 +0100
Test during build
---
debian/control | 3 +++
debian/rules | 5 ++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 513ae9e..b2a78f6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,9 @@ Uploaders: Leo Iannacone <l3on at ubuntu.com>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
+ , node-bl
+ , node-xtend
+ , node-tap
, nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/rvagg/through2
diff --git a/debian/rules b/debian/rules
index ef7a64c..7129f3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,5 @@
%:
dh $@
-#override_dh_auto_build:
-
-#override_dh_auto_test:
+override_dh_auto_test:
+ tap test/basic-test.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-through2.git
More information about the Pkg-javascript-commits
mailing list