[Pkg-javascript-commits] [node-string.prototype.codepointat] 01/01: enable tests (although silent)
Paolo Greppi
paolog-guest at moszumanska.debian.org
Fri Dec 2 07:41:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-string.prototype.codepointat.
commit 3986e405b638c616cc7da0d2d998404fbbc8bebd
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Fri Dec 2 07:40:40 2016 +0000
enable tests (although silent)
---
debian/changelog | 2 +-
debian/rules | 5 ++---
debian/tests/control | 4 ++++
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e664265..11d624c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ node-string.prototype.codepointat (0.2.0-1) unstable; urgency=low
* Initial release (Closes: #846213)
- -- Paolo Greppi <paolo.greppi at libpf.com> Tue, 29 Nov 2016 08:08:51 +0000
+ -- Paolo Greppi <paolo.greppi at libpf.com> Fri, 02 Dec 2016 07:40:07 +0000
diff --git a/debian/rules b/debian/rules
index de57af0..e81c240 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,6 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
-
+override_dh_auto_test:
+ node tests/tests.js
diff --git a/debian/tests/control b/debian/tests/control
index dfa073e..cfdd647 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,6 @@
Tests: require
Depends: node-string.prototype.codepointat
+
+Test-Command: nodejs tests/tests.js
+Depends: @, @builddeps@
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-string.prototype.codepointat.git
More information about the Pkg-javascript-commits
mailing list