File: test

package info (click to toggle)
libcaca 0.99.beta19-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,312 kB
  • sloc: ansic: 22,346; python: 2,316; cs: 1,213; cpp: 1,114; java: 916; objc: 836; makefile: 606; sh: 457; ruby: 193; asm: 65
file content (11 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/ruby

require 'test/unit'

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

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

exit Test::Unit::AutoRunner.run