[Pkg-javascript-commits] [node-character-parser] 01/08: add autopkgtest suite
Leo Iannacone
l3on-guest at moszumanska.debian.org
Sat Oct 11 16:07: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-character-parser.
commit 45c2c25615e826c6ff916111ebf4713c08a25ca5
Author: Leo Iannacone <l3on at ubuntu.com>
Date: Sat Oct 11 17:49:37 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 0ba341d..ebe7ec9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
, nodejs
Standards-Version: 3.9.5
Homepage: https://github.com/ForbesLindesay/character-parser
+XS-Testsuite: autopkgtest
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-character-parser.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-character-parser.git
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..ea515a5
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-character-parser
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..fab33da
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('character-parser');"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-character-parser.git
More information about the Pkg-javascript-commits
mailing list