[Pkg-javascript-commits] [node-concat-stream] 09/11: Enable testsuite, node-tape now available
Ross Gammon
ross-guest at moszumanska.debian.org
Sat May 20 14:39:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-concat-stream.
commit 03e3af96e60c31d4f48d23a12c5654a2fc93454d
Author: Ross Gammon <rosco2 at ubuntu.com>
Date: Sat May 20 15:58:59 2017 +0200
Enable testsuite, node-tape now available
---
debian/control | 4 +++-
debian/rules | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index d02e567..429174c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
Uploaders: Ross Gammon <rosco2 at ubuntu.com>
Build-Depends: debhelper (>= 9),
dh-buildinfo,
- nodejs
+ nodejs,
+ node-tape,
+ node-typedarray (>= 0.0.6)
Standards-Version: 3.9.8
Homepage: https://github.com/maxogden/concat-stream#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-concat-stream.git
diff --git a/debian/rules b/debian/rules
index 742ca66..1c8e9af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,5 @@
%:
dh $@
-
+override_dh_auto_test:
+ tape test/*.js test/server/*.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-concat-stream.git
More information about the Pkg-javascript-commits
mailing list