File: ruby-tests.rake

package info (click to toggle)
ruby-plist 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 228 kB
  • sloc: ruby: 708; xml: 203; makefile: 6; sh: 4
file content (7 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
6
7
require 'gem2deb/rake/testtask'

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