[DRE-commits] [SCM] ruby-opengl.git branch, master, updated. upstream/0.60.1-9-gcb27b2c

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jan 3 22:47:46 UTC 2012


The following commit has been merged in the master branch:
commit 9e02348611ba7c5eb05d7201ff53f0b2d5c870cb
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Dec 12 17:38:30 2011 +0100

    activate test-suite

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..cf56acf 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,13 +1 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")
+Dir['test/tc_*.rb'].each { |f| require f }

-- 
ruby-opengl.git



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