使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
cacalabs
/
libcaca
镜像自地址
https://github.com/cacalabs/libcaca.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
7
百科
动态
浏览代码
Rename tests/ to test/.
tags/v0.99.beta17
Sam Hocevar
sam
15 年前
父节点
36d81d283a
当前提交
16b6d87d20
共有
13 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
查看文件
撰写
预览
正在加载...
取消
保存