[Pkg-javascript-commits] [node-dryice] 01/06: add autopkgtest suite
Leo Iannacone
l3on-guest at moszumanska.debian.org
Mon Oct 20 16:04:29 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-dryice.
commit 49576dc2541adec3b087da2c1b48ba5522ef5cdf
Author: Leo Iannacone <l3on at ubuntu.com>
Date: Mon Oct 20 17:41:03 2014 +0200
add autopkgtest suite
---
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 6cc810c..6028b62 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Standards-Version: 3.9.5
Homepage: https://github.com/joewalker/dryice
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-dryice.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-dryice.git
+XS-Testsuite: autopkgtest
Package: node-dryice
Architecture: all
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..d58b52c
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-dryice
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..ded32ce
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('dryice');"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-dryice.git
More information about the Pkg-javascript-commits
mailing list