[DRE-commits] [ruby-dalli] 04/08: run test suite with rake

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Oct 29 21:29:51 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-dalli.

commit ab0928869dd06c2f7508ed2f8e599508c6164e40
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Oct 29 18:57:46 2015 -0200

    run test suite with rake
---
 debian/ruby-test-files.yaml | 16 ----------------
 debian/ruby-tests.rake      |  6 ++++++
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 2367342..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
----
-- test/benchmark_test.rb
-- test/helper.rb
-- test/memcached_mock.rb
-- test/test_active_support.rb
-- test/test_cas_client.rb
-- test/test_compressor.rb
-- test/test_dalli.rb
-- test/test_encoding.rb
-- test/test_failover.rb
-- test/test_network.rb
-- test/test_rack_session.rb
-- test/test_ring.rb
-- test/test_sasl.rb
-- test/test_serializer.rb
-- test/test_server.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..b9d99a6
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,6 @@
+require 'gem2deb/rake/testtask'
+
+Gem2Deb::Rake::TestTask.new do |t|
+  t.libs << 'test'
+  t.test_files = FileList['test/*_test.rb']
+end

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



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