[Pkg-javascript-commits] [node-arr-flatten] 06/07: Enable tests
Sruthi Chandran
srud-guest at moszumanska.debian.org
Tue Oct 25 11:13:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a commit to branch master
in repository node-arr-flatten.
commit 4ea3120f688af45773a3cf17051cc4ef526aa818
Author: Sruthi <srud at disroot.org>
Date: Tue Oct 25 16:26:23 2016 +0530
Enable tests
---
debian/control | 2 ++
debian/rules | 4 ++--
debian/tests/control | 3 +++
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f4fb1b6..486752d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , mocha
+ , node-array-flatten
Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/arr-flatten
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-arr-flatten.git
diff --git a/debian/rules b/debian/rules
index de57af0..9eb6b18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
+override_dh_auto_test:
+ mocha -R spec
diff --git a/debian/tests/control b/debian/tests/control
index c4516b3..e370950 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-arr-flatten
+
+Test-Command: mocha -R spec
+Depends: @, mocha
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-arr-flatten.git
More information about the Pkg-javascript-commits
mailing list