File: run-test.rb

package info (click to toggle)
ruby-enumerable-statistics 2.0.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,156 kB
  • sloc: ruby: 2,273; ansic: 2,033; javascript: 408; makefile: 8; sh: 4
file content (12 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
$VERBOSE = true

base_dir = File.expand_path("../..", __FILE__)
lib_dir = File.join(base_dir, "lib")
test_dir = File.join(base_dir, "test")

$LOAD_PATH.unshift(lib_dir)

require "test/unit"
require "enumerable/statistics"

exit Test::Unit::AutoRunner.run(true, test_dir)