File: ruby-tests.rake

package info (click to toggle)
ruby-prof 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 844 kB
  • sloc: ruby: 6,448; ansic: 2,707; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['test']
  t.options = ['verbose']
  t.test_files = FileList['test/**/*_test.rb'] - FileList[
    'test/printers_test.rb', 'test/call_info_visitor_test.rb'
  ] - `grep -rl delta.*time test/*.rb`.split
end