File: ruby-tests.rake

package info (click to toggle)
ruby-debian 0.3.12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: ruby: 2,704; fortran: 90; makefile: 44; cpp: 36
file content (7 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
require 'gem2deb/rake/testtask'

TESTS = `grep -l test/unit t/*.rb`.split

Gem2Deb::Rake::TestTask.new do |t|
  t.test_files = TESTS
end