[Pkg-javascript-commits] [node-fragment-cache] 04/05: Enable tests
Sruthi Chandran
srud-guest at moszumanska.debian.org
Fri Oct 28 18:11:04 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-fragment-cache.
commit 488c4ab82da44aae9adcaace5d073a9fafe0f313
Author: Sruthi <srud at disroot.org>
Date: Fri Oct 28 23:32:07 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 851ec6b..17c3c30 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , mocha
+ , node-map-cache (>= 0.2.2)
Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/fragment-cache
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-fragment-cache.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 930e27f..3969cb5 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-fragment-cache
+
+Test-Command: mocha -R spec
+Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fragment-cache.git
More information about the Pkg-javascript-commits
mailing list