[epiphany] Rename the new tests to be foo-test.c



commit 27366c135e04f7d030929df5db32d7c2b1e63e9b
Author: Xan Lopez <xan igalia com>
Date:   Fri Mar 2 13:49:12 2012 +0100

    Rename the new tests to be foo-test.c

 tests/Makefile.am                             |    4 ++--
 tests/{ephy-history.c => ephy-history-test.c} |    0
 tests/{ephy-sqlite.c => ephy-sqlite-test.c}   |    0
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index addca34..706fe66 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -119,7 +119,7 @@ test_ephy_embed_utils_SOURCES = \
 	ephy-embed-utils-test.c
 
 test_ephy_history_SOURCES = \
-	ephy-history.c
+	ephy-history-test.c
 
 test_ephy_location_entry_SOURCES = \
 	ephy-location-entry-test.c
@@ -128,4 +128,4 @@ test_ephy_search_entry_SOURCES = \
 	ephy-search-entry-test.c
 
 test_ephy_sqlite_SOURCES = \
-	ephy-sqlite.c
+	ephy-sqlite-test.c
diff --git a/tests/ephy-history.c b/tests/ephy-history-test.c
similarity index 100%
rename from tests/ephy-history.c
rename to tests/ephy-history-test.c
diff --git a/tests/ephy-sqlite.c b/tests/ephy-sqlite-test.c
similarity index 100%
rename from tests/ephy-sqlite.c
rename to tests/ephy-sqlite-test.c



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