[Pkg-javascript-commits] [node-supertest] 03/06: add autopkgtest suite

Leo Iannacone l3on-guest at moszumanska.debian.org
Sun Oct 12 13:14:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

l3on-guest pushed a commit to annotated tag debian/0.14.0-1
in repository node-supertest.

commit 90d133d018d4c2da333657dc9fc02d80754043f7
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Sun Oct 12 15:06:20 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 b1f39ce..b0f3593 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  , nodejs
 Standards-Version: 3.9.6
 Homepage: https://github.com/visionmedia/supertest
+XS-Testsuite: autopkgtest
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-supertest.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-supertest.git
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..7200a20
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-supertest
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..fdf70e5
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('supertest');"

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



More information about the Pkg-javascript-commits mailing list