File: Rakefile

package info (click to toggle)
ruby-fix-trinity-output 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 224 kB
  • sloc: ruby: 148; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << 'test'
end

desc "Run tests"
task :default => :test