[DRE-commits] [ruby-avl-tree] 01/01: Enable testsuite via d/ruby-test-files.yaml

Tim Potter tpot-guest at moszumanska.debian.org
Mon Sep 15 01:50:08 UTC 2014


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

tpot-guest pushed a commit to branch master
in repository ruby-avl-tree.

commit 2544b4b89e24c47eb9cadf4f2971e70650b78112
Author: Tim Potter <tpot at hp.com>
Date:   Mon Sep 15 11:49:48 2014 +1000

    Enable testsuite via d/ruby-test-files.yaml
---
 debian/ruby-test-files.yaml |  3 +++
 debian/ruby-tests.rb        | 13 -------------
 2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
new file mode 100644
index 0000000..5bd3f7c
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@ -0,0 +1,3 @@
+---
+- test/test_avl_tree.rb
+- test/test_red_black_tree.rb
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index eac5ce6..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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")

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



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