Kaynağa Gözat

Rename tests/ to test/.

tags/v0.99.beta17
Sam Hocevar sam 15 yıl önce
ebeveyn
işleme
16b6d87d20
13 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle


tests/Makefile.am → test/Makefile.am Dosyayı Görüntüle


tests/bench.c → test/bench.c Dosyayı Görüntüle


tests/bench.vcproj → test/bench.vcproj Dosyayı Görüntüle


tests/caca-test.cpp → test/caca-test.cpp Dosyayı Görüntüle


tests/canvas.cpp → test/canvas.cpp Dosyayı Görüntüle


tests/check-build → test/check-build Dosyayı Görüntüle


tests/dirty.cpp → test/dirty.cpp Dosyayı Görüntüle


tests/driver.cpp → test/driver.cpp Dosyayı Görüntüle


tests/export.cpp → test/export.cpp Dosyayı Görüntüle


tests/simple.c → test/simple.c Dosyayı Görüntüle


Yükleniyor…
İptal
Kaydet