From 16b6d87d2022fdb8b5310482ae476829f350c6d7 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 26 Nov 2009 01:23:55 +0000 Subject: [PATCH] Rename tests/ to test/. --- Makefile.am | 2 +- configure.ac | 2 +- {tests => test}/.gitignore | 0 {tests => test}/Makefile.am | 0 {tests => test}/bench.c | 0 {tests => test}/bench.vcproj | 0 {tests => test}/caca-test.cpp | 0 {tests => test}/canvas.cpp | 0 {tests => test}/check-build | 0 {tests => test}/dirty.cpp | 0 {tests => test}/driver.cpp | 0 {tests => test}/export.cpp | 0 {tests => test}/simple.c | 0 13 files changed, 2 insertions(+), 2 deletions(-) rename {tests => test}/.gitignore (100%) rename {tests => test}/Makefile.am (100%) rename {tests => test}/bench.c (100%) rename {tests => test}/bench.vcproj (100%) rename {tests => test}/caca-test.cpp (100%) rename {tests => test}/canvas.cpp (100%) rename {tests => test}/check-build (100%) rename {tests => test}/dirty.cpp (100%) rename {tests => test}/driver.cpp (100%) rename {tests => test}/export.cpp (100%) rename {tests => test}/simple.c (100%) diff --git a/Makefile.am b/Makefile.am index a8a5147..be67de0 100644 --- a/Makefile.am +++ b/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 diff --git a/configure.ac b/configure.ac index 620a6f1..f7e124f 100644 --- a/configure.ac +++ b/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 diff --git a/tests/.gitignore b/test/.gitignore similarity index 100% rename from tests/.gitignore rename to test/.gitignore diff --git a/tests/Makefile.am b/test/Makefile.am similarity index 100% rename from tests/Makefile.am rename to test/Makefile.am diff --git a/tests/bench.c b/test/bench.c similarity index 100% rename from tests/bench.c rename to test/bench.c diff --git a/tests/bench.vcproj b/test/bench.vcproj similarity index 100% rename from tests/bench.vcproj rename to test/bench.vcproj diff --git a/tests/caca-test.cpp b/test/caca-test.cpp similarity index 100% rename from tests/caca-test.cpp rename to test/caca-test.cpp diff --git a/tests/canvas.cpp b/test/canvas.cpp similarity index 100% rename from tests/canvas.cpp rename to test/canvas.cpp diff --git a/tests/check-build b/test/check-build similarity index 100% rename from tests/check-build rename to test/check-build diff --git a/tests/dirty.cpp b/test/dirty.cpp similarity index 100% rename from tests/dirty.cpp rename to test/dirty.cpp diff --git a/tests/driver.cpp b/test/driver.cpp similarity index 100% rename from tests/driver.cpp rename to test/driver.cpp diff --git a/tests/export.cpp b/test/export.cpp similarity index 100% rename from tests/export.cpp rename to test/export.cpp diff --git a/tests/simple.c b/test/simple.c similarity index 100% rename from tests/simple.c rename to test/simple.c