File: ruby-tests.rake

package info (click to toggle)
bio-vcf 0.9.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,208 kB
  • sloc: ruby: 2,812; sh: 74; lisp: 48; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (346)
1
2
3
4
5
6
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['test']
  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
end