File: test

package info (click to toggle)
libcaca 0.99.beta20-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,540 kB
  • sloc: ansic: 25,091; php: 2,763; python: 2,637; cs: 1,213; cpp: 1,127; java: 916; objc: 836; makefile: 545; perl: 505; sh: 472; asm: 297; ruby: 215; xml: 33
file content (10 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/ruby

require 'minitest/autorun'

$LOAD_PATH.unshift(".libs").unshift("lib")

Dir.glob("./t/tc*.rb").each{ |t|
	require t
}