[libgnupg-interface-perl] 01/02: add trivial autopkgtest skeleton

David Bremner bremner at debian.org
Tue Aug 26 21:02:27 UTC 2014


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

bremner pushed a commit to branch master
in repository libgnupg-interface-perl.

commit 9a9d831a7c163f6b8ea3fb039877f607e174be46
Author: David Bremner <david at tethera.net>
Date:   Tue Aug 26 11:50:41 2014 -0700

    add trivial autopkgtest skeleton
    
    Just run upstream's tests. This will use the installed version of the
    modules, unless the tests themselves explicitly set the module path.
---
 debian/tests/control  | 1 +
 debian/tests/upstream | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..f08221c
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1 @@
+Tests: upstream
diff --git a/debian/tests/upstream b/debian/tests/upstream
new file mode 100644
index 0000000..2d2db8c
--- /dev/null
+++ b/debian/tests/upstream
@@ -0,0 +1,5 @@
+set -e
+for test in t/*.t ; do
+    perl $file
+done
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgnupg-interface-perl.git



More information about the Pkg-perl-cvs-commits mailing list