[Pkg-javascript-commits] [node-is-extendable] 04/05: run tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Oct 16 17:49:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-is-extendable.
commit 32c02eda676930632eeda56059cc5e9ae5901244
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Oct 16 22:57:27 2016 +0530
run tests
---
debian/control | 1 +
debian/rules | 3 ++-
debian/tests/control | 3 +++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index dd4604d..0b0f151 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , mocha
Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/is-extendable
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-is-extendable.git
diff --git a/debian/rules b/debian/rules
index de57af0..6187f42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@
#override_dh_auto_build:
-#override_dh_auto_test:
+override_dh_auto_test:
+ mocha
diff --git a/debian/tests/control b/debian/tests/control
index 9db0fe4..e20510a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-is-extendable
+
+Test-Command: mocha
+Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-is-extendable.git
More information about the Pkg-javascript-commits
mailing list