File: ruby-tests.rake

package info (click to toggle)
ruby-memory-profiler 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: ruby: 1,128; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
require 'gem2deb/rake/testtask'

exclude = %w[
  test/test_reporter.rb
  test/test_reporter_public_start_stop.rb
  test/test_reporter_private_start_stop.rb
]

Gem2Deb::Rake::TestTask.new do |t|
  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb'] - exclude
end