This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
Rename tests/ to test/.
tags/v0.99.beta17
Sam Hocevar
sam
15 年之前
父節點
36d81d283a
當前提交
16b6d87d20
共有
13 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.am
+1
-1
configure.ac
+0
-0
test/.gitignore
+0
-0
test/Makefile.am
+0
-0
test/bench.c
+0
-0
test/bench.vcproj
+0
-0
test/caca-test.cpp
+0
-0
test/canvas.cpp
+0
-0
test/check-build
+0
-0
test/dirty.cpp
+0
-0
test/driver.cpp
+0
-0
test/export.cpp
+0
-0
test/simple.c
+ 1
- 1
Makefile.am
查看文件
@@ -1,6 +1,6 @@
# $Id$
SUBDIRS = kernel caca src examples tools caca-sharp cxx python ruby doc test
s
SUBDIRS = kernel caca src examples tools caca-sharp cxx python ruby doc test
DIST_SUBDIRS = $(SUBDIRS) win32
EXTRA_DIST = NOTES COPYING.GPL COPYING.ISC COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in libcaca.spec libcaca.sln
+ 1
- 1
configure.ac
查看文件
@@ -504,7 +504,7 @@ AC_CONFIG_FILES([
caca/Makefile
src/Makefile
examples/Makefile
test
s
/Makefile
test/Makefile
tools/Makefile
caca-sharp/Makefile
cxx/Makefile
tests/.gitignore → test/.gitignore
查看文件
tests/Makefile.am → test/Makefile.am
查看文件
tests/bench.c → test/bench.c
查看文件
tests/bench.vcproj → test/bench.vcproj
查看文件
tests/caca-test.cpp → test/caca-test.cpp
查看文件
tests/canvas.cpp → test/canvas.cpp
查看文件
tests/check-build → test/check-build
查看文件
tests/dirty.cpp → test/dirty.cpp
查看文件
tests/driver.cpp → test/driver.cpp
查看文件
tests/export.cpp → test/export.cpp
查看文件
tests/simple.c → test/simple.c
查看文件
Write
Preview
Loading…
取消
儲存