File: ruby-tests.rake

package info (click to toggle)
ruby-netcdf 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,192 kB
  • sloc: ansic: 3,968; ruby: 1,661; makefile: 9; csh: 6
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# -*- mode: ruby; coding: utf-8 -*-
require 'gem2deb/rake/testtask'

task :default => :test

Rake::TestTask.new do |t|
  t.pattern = 'test/test.rb'
end