瀏覽代碼

Rename tests/ to test/.

tags/v0.99.beta17
Sam Hocevar sam 15 年之前
父節點
當前提交
16b6d87d20
共有 13 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      Makefile.am
  2. +1
    -1
      configure.ac
  3. +0
    -0
      test/.gitignore
  4. +0
    -0
      test/Makefile.am
  5. +0
    -0
      test/bench.c
  6. +0
    -0
      test/bench.vcproj
  7. +0
    -0
      test/caca-test.cpp
  8. +0
    -0
      test/canvas.cpp
  9. +0
    -0
      test/check-build
  10. +0
    -0
      test/dirty.cpp
  11. +0
    -0
      test/driver.cpp
  12. +0
    -0
      test/export.cpp
  13. +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 tests
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
tests/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 查看文件


Loading…
取消
儲存