[Pkg-javascript-commits] [node-define-property] 05/06: enable tests
Sruthi Chandran
srud-guest at moszumanska.debian.org
Sun Oct 16 17:54:08 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-define-property.
commit bfe7ae848230c78c15c574d7f68ea4cfb1d6896d
Author: Sruthi <srud at disroot.org>
Date: Sun Oct 16 23:13:25 2016 +0530
enable tests
---
debian/control | 3 +++
debian/rules | 4 ++--
debian/tests/control | 3 +++
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 88a4952..2d37c98 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,9 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , mocha
+ , node-should
+ , node-is-descriptor (>= 0.1.0)
Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/define-property
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-define-property.git
diff --git a/debian/rules b/debian/rules
index de57af0..d1b1f99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
+override_dh_auto_test:
+ mocha
diff --git a/debian/tests/control b/debian/tests/control
index 815d2a4..57b066b 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-define-property
+
+Test-Command: mocha
+Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-define-property.git
More information about the Pkg-javascript-commits
mailing list