[Pkg-javascript-commits] [node-strip-ansi] 01/01: add autopkgtest
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Thu Jul 3 23:53:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-strip-ansi.
commit c1db6d8649efd0ea5fcaf82452b06151e97694ae
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Thu Jul 3 23:53:06 2014 +0000
add autopkgtest
---
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 2bca714..195cc80 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Standards-Version: 3.9.5
Homepage: https://github.com/sindresorhus/strip-ansi
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-strip-ansi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-strip-ansi.git
+XS-Testsuite: autopkgtest
Package: node-strip-ansi
Architecture: all
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..e0399c1
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-strip-ansi
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..0e8231e
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('strip-ansi');"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-strip-ansi.git
More information about the Pkg-javascript-commits
mailing list