Browse Source

Rename tests/ to test/.

tags/v0.99.beta17
Sam Hocevar sam 15 years ago
parent
commit
16b6d87d20
13 changed files with 2 additions and 2 deletions
  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 View File

@@ -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 View File

@@ -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 View File


tests/Makefile.am → test/Makefile.am View File


tests/bench.c → test/bench.c View File


tests/bench.vcproj → test/bench.vcproj View File


tests/caca-test.cpp → test/caca-test.cpp View File


tests/canvas.cpp → test/canvas.cpp View File


tests/check-build → test/check-build View File


tests/dirty.cpp → test/dirty.cpp View File


tests/driver.cpp → test/driver.cpp View File


tests/export.cpp → test/export.cpp View File


tests/simple.c → test/simple.c View File


Loading…
Cancel
Save