diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-02 20:49:12 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:45 +0800 |
commit | 27366c135e04f7d030929df5db32d7c2b1e63e9b (patch) | |
tree | 5445a0efe7be6424398c85196c8a5621a9c172ce | |
parent | ea4b04a4c2c5a91387d2339f79c495677c7512cd (diff) | |
download | gsoc2013-epiphany-27366c135e04f7d030929df5db32d7c2b1e63e9b.tar gsoc2013-epiphany-27366c135e04f7d030929df5db32d7c2b1e63e9b.tar.gz gsoc2013-epiphany-27366c135e04f7d030929df5db32d7c2b1e63e9b.tar.bz2 gsoc2013-epiphany-27366c135e04f7d030929df5db32d7c2b1e63e9b.tar.lz gsoc2013-epiphany-27366c135e04f7d030929df5db32d7c2b1e63e9b.tar.xz gsoc2013-epiphany-27366c135e04f7d030929df5db32d7c2b1e63e9b.tar.zst gsoc2013-epiphany-27366c135e04f7d030929df5db32d7c2b1e63e9b.zip |
Rename the new tests to be foo-test.c
-rw-r--r-- | tests/Makefile.am | 4 | ||||
-rw-r--r-- | tests/ephy-history-test.c (renamed from tests/ephy-history.c) | 0 | ||||
-rw-r--r-- | tests/ephy-sqlite-test.c (renamed from tests/ephy-sqlite.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index addca34e3..706fe66c6 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 index 4abd1f064..4abd1f064 100644 --- a/tests/ephy-history.c +++ b/tests/ephy-history-test.c diff --git a/tests/ephy-sqlite.c b/tests/ephy-sqlite-test.c index 309f7cfb5..309f7cfb5 100644 --- a/tests/ephy-sqlite.c +++ b/tests/ephy-sqlite-test.c |