[Pkg-javascript-commits] [node-classnames] 01/01: Enabled tests.
Daniel Ring
techwolf-guest at moszumanska.debian.org
Sat Dec 16 07:26:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
techwolf-guest pushed a commit to branch master
in repository node-classnames.
commit 7d42c65ab669a27c34cc0ab3238504e69dc63607
Author: Daniel Ring <dring at wolfishly.me>
Date: Fri Dec 15 23:24:06 2017 -0800
Enabled tests.
---
debian/control | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 52febdc..a0a3a36 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , mocha
Standards-Version: 4.1.2
Homepage: https://github.com/JedWatson/classnames
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-classnames.git
diff --git a/debian/rules b/debian/rules
index aee63bc..9132d76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@
#override_dh_auto_build:
-#override_dh_auto_test:
+override_dh_auto_test:
+ mocha tests/*.js
override_dh_installchangelogs:
dh_installchangelogs -k HISTORY.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-classnames.git
More information about the Pkg-javascript-commits
mailing list