[Pkg-javascript-commits] [node-moment] 01/01: Add auto testing thanks to Gianfranco Costamagna

Julien Puydt julien.puydt at laposte.net
Sat Oct 10 12:17:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository node-moment.

commit 701bb70ae0bdc32880695a8e909355735d7a28a2
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Oct 10 14:15:51 2015 +0200

    Add auto testing thanks to Gianfranco Costamagna
---
 debian/tests/control | 2 ++
 debian/tests/require | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..e11ecb2
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-moment
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..442f1c6
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('moment');"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-moment.git



More information about the Pkg-javascript-commits mailing list