[Pkg-javascript-commits] [node-iconv-lite] 03/04: enable tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Nov 14 14:56:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-iconv-lite.
commit a8587ee7525edbb1e2b7234e5f7a81586ee12c1d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Nov 14 20:24:47 2016 +0530
enable tests
---
debian/rules | 6 ++----
debian/tests/control | 3 +++
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index de57af0..e9ab4ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,5 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
-
-
+override_dh_auto_test:
+ mocha --reporter spec --grep .
diff --git a/debian/tests/control b/debian/tests/control
index 1c21f56..fc9c7ff 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-iconv-lite
+
+Test-Command: mocha --reporter spec --grep .
+Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-iconv-lite.git
More information about the Pkg-javascript-commits
mailing list