[Pkg-javascript-commits] [node-for-own] 04/05: Enable tests
Sruthi Chandran
srud-guest at moszumanska.debian.org
Mon Oct 31 07:01:35 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-for-own.
commit 3412f1b40e661919bf44c5b4fb221b9236415cb4
Author: Sruthi <srud at disroot.org>
Date: Mon Oct 31 11:41:49 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 e2adb6d..efcab32 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , mocha
+ , node-for-in (>= 0.1.5)
Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/for-own
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-for-own.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 0f80851..ea16301 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-for-own
+
+Test-Command: mocha -R spec
+Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-for-own.git
More information about the Pkg-javascript-commits
mailing list