This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Have local paths first in LOAD_PATH
tags/v0.99.beta14
Pascal Terjan
pterjan
16 years ago
parent
fe732d0c04
commit
0ee5f4c6f1
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
ruby/test
+ 4
- 1
ruby/test
View File
@@ -1,6 +1,9 @@
#!/usr/bin/ruby
-Ilib -I.libs
#!/usr/bin/ruby
require 'test/unit'
$LOAD_PATH.unshift(".libs").unshift("lib")
Dir.glob("t/tc*.rb").each{ |t|
require t
}
Write
Preview
Loading…
Cancel
Save