[Pkg-javascript-commits] [node-po2json] 01/04: Adding a simple autopkgtest.
Mathias Behrle
mbehrle at moszumanska.debian.org
Wed Aug 31 18:37:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
mbehrle pushed a commit to branch master
in repository node-po2json.
commit b008bbce93a45de62115e0af388fa4926fc7033d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Aug 31 20:25:28 2016 +0200
Adding a simple autopkgtest.
---
debian/tests/control | 2 ++
debian/tests/require | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..7d910b7
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-po2json
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..d53cbac
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('po2json');"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-po2json.git
More information about the Pkg-javascript-commits
mailing list