File: ruby-tests.rake

package info (click to toggle)
ruby-ansi 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: ruby: 1,880; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['debian/tests']
  t.test_files = FileList['test/case_*.rb'] + ["--exclude=test_ANSI_Code_hex_"]
end