[Pkg-javascript-commits] [node-multiparty] 13/13: add autopkgtest

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sat Jul 5 00:49:19 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-multiparty.

commit 7ca41a14d5ecce6ffd2ccd3a2adcddbef6d1925b
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sat Jul 5 00:49:05 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 980ef6e..2d4f876 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Standards-Version: 3.9.5
 Homepage: https://github.com/andrewrk/node-multiparty
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-multiparty.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-multiparty.git
+XS-Testsuite: autopkgtest
 
 Package: node-multiparty
 Architecture: all
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..8a3d27d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-multiparty
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..da04d7a
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('multiparty');"

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



More information about the Pkg-javascript-commits mailing list