source:
libcaca/trunk/ruby/test
@
2077
Last change on this file since 2077 was 2022, checked in by , 15 years ago | |
---|---|
|
|
File size: 128 bytes |
Line | |
---|---|
1 | #!/usr/bin/ruby -Ilib -I.libs |
2 | |
3 | require 'test/unit' |
4 | Dir.glob("t/tc*.rb").each{ |t| |
5 | require t |
6 | } |
7 | |
8 | exit Test::Unit::AutoRunner.run |
Note: See TracBrowser
for help on using the repository browser.