[DRE-commits] [ruby-zip] 08/13: Run tests

David Suárez deiv-guest at moszumanska.debian.org
Sun Dec 29 19:42:44 UTC 2013


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

deiv-guest pushed a commit to branch master
in repository ruby-zip.

commit 77c761b6642c0eb8b139626f40006c593991aa06
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sun Dec 29 20:10:45 2013 +0100

    Run tests
---
 debian/ruby-tests.rb | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..5b5c4c8
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,12 @@
+$: << 'test' << 'lib' << '.'
+
+# change to the test dir because they have a hardcode relative path
+# for the data files
+Dir.chdir 'test'
+
+require 'ioextrastest.rb'
+require 'ziptest.rb'
+require 'zipfilesystemtest.rb'
+
+# do not enable +4G support test
+#require 'zip64_full_test'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-zip.git



More information about the Pkg-ruby-extras-commits mailing list