File: ruby-tests.rake

package info (click to toggle)
ruby-sys-filesystem 1.4.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: ruby: 1,952; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (5)
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_*_windows.rb']
end