[Pkg-javascript-commits] [node-css] 12/17: run submodules tests where possibile
Leo Iannacone
l3on-guest at moszumanska.debian.org
Sun Oct 12 12:15:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
l3on-guest pushed a commit to branch master
in repository node-css.
commit 340c33ac6fff9f2d76455db4a25d7abbc2a910c9
Author: Leo Iannacone <l3on at ubuntu.com>
Date: Sun Oct 12 13:26:27 2014 +0200
run submodules tests where possibile
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 180a8bb..25e52f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@
override_dh_auto_build:
override_dh_auto_test:
+ cd node_modules/atob ; nodejs tests.js
+ cd node_modules/source-map-url ; mocha -C
+ cd node_modules/urix ; mocha -C
mocha --require should --reporter spec --bail test/*.js
override_dh_installchangelogs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-css.git
More information about the Pkg-javascript-commits
mailing list