[DRE-commits] [rubygems-integration] 04/06: add autopkgtests
    Antonio Terceiro 
    terceiro at moszumanska.debian.org
       
    Thu Jan 16 17:37:56 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository rubygems-integration.
commit 7d7357fde7b48da8fad2ff4c4f32c231c4cfee18
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Jan 16 18:21:54 2014 +0100
    add autopkgtests
---
 debian/tests/control      | 2 ++
 debian/tests/package-list | 9 +++++++++
 2 files changed, 11 insertions(+)
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..f12b784
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: package-list
+Depends: @, ruby-ffi
diff --git a/debian/tests/package-list b/debian/tests/package-list
new file mode 100755
index 0000000..8d08e12
--- /dev/null
+++ b/debian/tests/package-list
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+# a gem from the "default gems"
+gem list | grep ^rdoc
+
+# a system gem, installed by this test dependencies
+gem list | grep ^ffi
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rubygems-integration.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list