[grilo-plugins] tests: Rename tests directory



commit 05646f6f646795531a31ce607475f6fd7c062686
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Jun 21 18:22:25 2013 +0000

    tests: Rename tests directory
    
    Rename from "test" to "tests", as it is a more common name.

 Makefile.am                                       |    2 +-
 configure.ac                                      |    2 +-
 {test => tests}/.gitignore                        |    0
 {test => tests}/Makefile.am                       |    2 +-
 {test => tests}/test_data/image1.png              |    0
 {test => tests}/test_data/image2.png              |    0
 {test => tests}/test_data/thumbnail.png           |    0
 {test => tests}/test_data/tmdb/casts.txt          |    0
 {test => tests}/test_data/tmdb/configuration.txt  |    0
 {test => tests}/test_data/tmdb/details.txt        |    0
 {test => tests}/test_data/tmdb/empty-data.ini     |    0
 {test => tests}/test_data/tmdb/fast-by-id.ini     |    0
 {test => tests}/test_data/tmdb/images.txt         |    0
 {test => tests}/test_data/tmdb/keywords.txt       |    0
 {test => tests}/test_data/tmdb/no-details.ini     |    0
 {test => tests}/test_data/tmdb/releases.txt       |    0
 {test => tests}/test_data/tmdb/search.txt         |    0
 {test => tests}/test_data/tmdb/sherlock.ini       |    0
 {test => tests}/test_local_metadata.c             |    0
 {test => tests}/test_tmdb_fast_resolution.c       |    0
 {test => tests}/test_tmdb_fast_resolution_by_id.c |    0
 {test => tests}/test_tmdb_full_resolution.c       |    0
 {test => tests}/test_tmdb_missing_configuration.c |    0
 {test => tests}/test_tmdb_preconditions.c         |    0
 {test => tests}/test_tmdb_utils.c                 |    0
 {test => tests}/test_tmdb_utils.h                 |    0
 26 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ee64d98..ef25a61 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src help po test
+SUBDIRS = src help po tests
 
 MAINTAINERCLEANFILES = \
         aclocal.m4 \
diff --git a/configure.ac b/configure.ac
index 42bed9f..dcf4b2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1189,7 +1189,7 @@ AC_CONFIG_FILES([
   src/upnp/Makefile
   src/vimeo/Makefile
   src/youtube/Makefile
-  test/Makefile
+  tests/Makefile
 ])
 
 AC_OUTPUT
diff --git a/test/.gitignore b/tests/.gitignore
similarity index 100%
rename from test/.gitignore
rename to tests/.gitignore
diff --git a/test/Makefile.am b/tests/Makefile.am
similarity index 97%
rename from test/Makefile.am
rename to tests/Makefile.am
index 77e0144..a71d0ea 100644
--- a/test/Makefile.am
+++ b/tests/Makefile.am
@@ -49,7 +49,7 @@ test_local_metadata_CFLAGS = \
 
 test_tmdb_defines = \
        -DGRILO_PLUGINS_TESTS_TMDB_PLUGIN_PATH=\""$(abs_top_builddir)/src/tmdb/.libs/"\" \
-       -DGRILO_PLUGINS_TESTS_TMDB_DATA_PATH=\""$(abs_top_srcdir)/test/test_data/tmdb/"\"
+       -DGRILO_PLUGINS_TESTS_TMDB_DATA_PATH=\""$(abs_top_srcdir)/tests/test_data/tmdb/"\"
 
 test_tmdb_preconditions_SOURCES = \
        test_tmdb_preconditions.c \
diff --git a/test/test_data/image1.png b/tests/test_data/image1.png
similarity index 100%
rename from test/test_data/image1.png
rename to tests/test_data/image1.png
diff --git a/test/test_data/image2.png b/tests/test_data/image2.png
similarity index 100%
rename from test/test_data/image2.png
rename to tests/test_data/image2.png
diff --git a/test/test_data/thumbnail.png b/tests/test_data/thumbnail.png
similarity index 100%
rename from test/test_data/thumbnail.png
rename to tests/test_data/thumbnail.png
diff --git a/test/test_data/tmdb/casts.txt b/tests/test_data/tmdb/casts.txt
similarity index 100%
rename from test/test_data/tmdb/casts.txt
rename to tests/test_data/tmdb/casts.txt
diff --git a/test/test_data/tmdb/configuration.txt b/tests/test_data/tmdb/configuration.txt
similarity index 100%
rename from test/test_data/tmdb/configuration.txt
rename to tests/test_data/tmdb/configuration.txt
diff --git a/test/test_data/tmdb/details.txt b/tests/test_data/tmdb/details.txt
similarity index 100%
rename from test/test_data/tmdb/details.txt
rename to tests/test_data/tmdb/details.txt
diff --git a/test/test_data/tmdb/empty-data.ini b/tests/test_data/tmdb/empty-data.ini
similarity index 100%
rename from test/test_data/tmdb/empty-data.ini
rename to tests/test_data/tmdb/empty-data.ini
diff --git a/test/test_data/tmdb/fast-by-id.ini b/tests/test_data/tmdb/fast-by-id.ini
similarity index 100%
rename from test/test_data/tmdb/fast-by-id.ini
rename to tests/test_data/tmdb/fast-by-id.ini
diff --git a/test/test_data/tmdb/images.txt b/tests/test_data/tmdb/images.txt
similarity index 100%
rename from test/test_data/tmdb/images.txt
rename to tests/test_data/tmdb/images.txt
diff --git a/test/test_data/tmdb/keywords.txt b/tests/test_data/tmdb/keywords.txt
similarity index 100%
rename from test/test_data/tmdb/keywords.txt
rename to tests/test_data/tmdb/keywords.txt
diff --git a/test/test_data/tmdb/no-details.ini b/tests/test_data/tmdb/no-details.ini
similarity index 100%
rename from test/test_data/tmdb/no-details.ini
rename to tests/test_data/tmdb/no-details.ini
diff --git a/test/test_data/tmdb/releases.txt b/tests/test_data/tmdb/releases.txt
similarity index 100%
rename from test/test_data/tmdb/releases.txt
rename to tests/test_data/tmdb/releases.txt
diff --git a/test/test_data/tmdb/search.txt b/tests/test_data/tmdb/search.txt
similarity index 100%
rename from test/test_data/tmdb/search.txt
rename to tests/test_data/tmdb/search.txt
diff --git a/test/test_data/tmdb/sherlock.ini b/tests/test_data/tmdb/sherlock.ini
similarity index 100%
rename from test/test_data/tmdb/sherlock.ini
rename to tests/test_data/tmdb/sherlock.ini
diff --git a/test/test_local_metadata.c b/tests/test_local_metadata.c
similarity index 100%
rename from test/test_local_metadata.c
rename to tests/test_local_metadata.c
diff --git a/test/test_tmdb_fast_resolution.c b/tests/test_tmdb_fast_resolution.c
similarity index 100%
rename from test/test_tmdb_fast_resolution.c
rename to tests/test_tmdb_fast_resolution.c
diff --git a/test/test_tmdb_fast_resolution_by_id.c b/tests/test_tmdb_fast_resolution_by_id.c
similarity index 100%
rename from test/test_tmdb_fast_resolution_by_id.c
rename to tests/test_tmdb_fast_resolution_by_id.c
diff --git a/test/test_tmdb_full_resolution.c b/tests/test_tmdb_full_resolution.c
similarity index 100%
rename from test/test_tmdb_full_resolution.c
rename to tests/test_tmdb_full_resolution.c
diff --git a/test/test_tmdb_missing_configuration.c b/tests/test_tmdb_missing_configuration.c
similarity index 100%
rename from test/test_tmdb_missing_configuration.c
rename to tests/test_tmdb_missing_configuration.c
diff --git a/test/test_tmdb_preconditions.c b/tests/test_tmdb_preconditions.c
similarity index 100%
rename from test/test_tmdb_preconditions.c
rename to tests/test_tmdb_preconditions.c
diff --git a/test/test_tmdb_utils.c b/tests/test_tmdb_utils.c
similarity index 100%
rename from test/test_tmdb_utils.c
rename to tests/test_tmdb_utils.c
diff --git a/test/test_tmdb_utils.h b/tests/test_tmdb_utils.h
similarity index 100%
rename from test/test_tmdb_utils.h
rename to tests/test_tmdb_utils.h


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]