このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
libcaca
ミラー元
https://github.com/cacalabs/libcaca.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
7
Wiki
アクティビティ
ソースを参照
Rename tests/ to test/.
tags/v0.99.beta17
Sam Hocevar
sam
15年前
親
36d81d283a
コミット
16b6d87d20
13個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
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
ファイルの表示
書き込み
プレビュー
読み込み中…
キャンセル
保存