[Pkg-javascript-commits] [node-lodash] 01/01: Automatic tests
matthew pideil
mpideil-guest at moszumanska.debian.org
Mon Mar 16 16:09:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
mpideil-guest pushed a commit to branch master
in repository node-lodash.
commit 77511ac9feb9aa30287be573d5b102548866d686
Author: Matthew Pideil <matthewp_debian at teledetection.fr>
Date: Mon Mar 16 16:40:50 2015 +0100
Automatic tests
---
debian/control | 1 +
debian/tests/control | 2 ++
debian/tests/require | 3 +++
3 files changed, 6 insertions(+)
diff --git a/debian/control b/debian/control
index 5444f78..66210dd 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9.0.0),
nodejs
Standards-Version: 3.9.5
Homepage: http://lodash.com/
+XS-Testsuite: autopkgtest
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-lodash.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-lodash.git;a=summary
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..8f4384d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-lodash
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..4fc8f7e
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('lodash');"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lodash.git
More information about the Pkg-javascript-commits
mailing list