File: ruby-tests.rake

package info (click to toggle)
ruby-psych 5.0.2-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: ruby: 8,450; ansic: 894; java: 764; makefile: 14; sh: 4
file content (9 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ["test/lib", "test", "lib"]
  t.ruby_opts = ["-rhelper"]
  t.test_files = FileList['test/**/test_*.rb']-['test/psych/test_tainted.rb']
  t.verbose = true
  t.warning = true
end