File: ruby-tests.rb

package info (click to toggle)
ruby-posix-spawn 0.3.13-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 272 kB
  • sloc: ruby: 974; ansic: 312; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (6)
1
2
3
4
5
# -*- mode: ruby; coding: utf-8 -*-
require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |t|
  t.test_files = FileList['test/test_*.rb']
end