This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
* No need to require test/unit in each testfile
tags/v0.99.beta14
Pascal Terjan
pterjan
16 年之前
父節點
4cda200b03
當前提交
f291d416db
共有
5 個文件被更改
,包括
0 次插入
和
5 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
ruby/t/tc_canvas.rb
+0
-1
ruby/t/tc_display.rb
+0
-1
ruby/t/tc_dither.rb
+0
-1
ruby/t/tc_font.rb
+0
-1
ruby/t/tc_frame.rb
+ 0
- 1
ruby/t/tc_canvas.rb
查看文件
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Canvas < Test::Unit::TestCase
+ 0
- 1
ruby/t/tc_display.rb
查看文件
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Canvas < Test::Unit::TestCase
+ 0
- 1
ruby/t/tc_dither.rb
查看文件
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Canvas < Test::Unit::TestCase
+ 0
- 1
ruby/t/tc_font.rb
查看文件
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Canvas < Test::Unit::TestCase
+ 0
- 1
ruby/t/tc_frame.rb
查看文件
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Frame < Test::Unit::TestCase
Write
Preview
Loading…
取消
儲存