File: ruby-tests.rake

package info (click to toggle)
ruby-lapack 1.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,888 kB
  • sloc: ansic: 191,612; ruby: 3,941; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |t|
  t.libs << "tests"
  t.test_files = FileList['tests/**/*.rb']
end