[Pkg-javascript-commits] [node-tap-mocha-reporter] 124/137: Autopkgtest
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:49:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-tap-mocha-reporter.
commit 30d41cf89859565392624b24575625df31aaae78
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Tue Aug 22 23:21:46 2017 +0200
Autopkgtest
---
debian/control | 1 +
debian/tests/control | 4 ++++
debian/tests/runtestsuite | 4 ++++
3 files changed, 9 insertions(+)
diff --git a/debian/control b/debian/control
index a60aa19..32549a3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Bastien Roucariès <rouca at debian.org>
Build-Depends:
debhelper (>= 10)
, dh-buildinfo
+ , dpkg-dev (>= 1.18.8)
, nodejs (>= 6)
, node-js-yaml (>= 3.3.1) <!nocheck>
, node-debug (>= 2.1.3) <!nocheck>
diff --git a/debian/tests/control b/debian/tests/control
index 7b4920e..dee858c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,6 @@
Tests: require
Depends: node-tap-mocha-reporter
+
+Tests: runtestsuite
+Depends: node-tap-mocha-reporter, node-tap (>= 8.0),
+ build-essential, dpkg-dev (>= 1.18.8)
\ No newline at end of file
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
new file mode 100755
index 0000000..43a843d
--- /dev/null
+++ b/debian/tests/runtestsuite
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -e
+
+RUN_TEST_LOCAL=0 make -f debian/rules run_test_suite
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap-mocha-reporter.git
More information about the Pkg-javascript-commits
mailing list