[Pkg-javascript-commits] [node-is-extglob] 05/05: enable tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Dec 18 05:35:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-is-extglob.
commit f3b28ed400214f207551146aa3c925a991715901
Author: Pirate Praveen <praveen at debian.org>
Date: Mon Dec 18 11:02:01 2017 +0530
enable tests
---
debian/control | 1 +
debian/tests/control | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/control b/debian/control
index b3cef01..a5d2e77 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , mocha
Standards-Version: 4.1.2
Homepage: https://github.com/jonschlinkert/is-extglob
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-is-extglob.git
diff --git a/debian/tests/control b/debian/tests/control
index d8a0b05..a95eeaa 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-is-extglob
+
+Test-Command: mocha -R spec
+Depends: @, mocha
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-is-extglob.git
More information about the Pkg-javascript-commits
mailing list