aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-02-07 18:37:39 +0800
committerDiego Escalante Urrelo <diegoe@igalia.com>2012-02-11 03:58:15 +0800
commitafcf0e11ff0a73874ca41bd0324e8292e695b28a (patch)
tree6d082c83e1cb5a3d041f17e95eebd1c7dfe3ef1b /tests/Makefile.am
parent8def49f7c4d4c349c85d7183f612e5c2dbf8d517 (diff)
downloadgsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar
gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.gz
gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.bz2
gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.lz
gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.xz
gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.zst
gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.zip
tests: rename files to avoid duplicate names
Append -test to .c files in tests/ to avoid duplicating filenames in the repository. https://bugzilla.gnome.org/show_bug.cgi?id=669766
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e51cf2121..73a08171e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -105,16 +105,16 @@ LDADD += \
endif
test_ephy_download_SOURCES = \
- ephy-download.c
+ ephy-download-test.c
test_ephy_embed_single_SOURCES = \
- ephy-embed-single.c
+ ephy-embed-single-test.c
test_ephy_embed_utils_SOURCES = \
- ephy-embed-utils.c
+ ephy-embed-utils-test.c
test_ephy_location_entry_SOURCES = \
- ephy-location-entry.c
+ ephy-location-entry-test.c
test_ephy_search_entry_SOURCES = \
- ephy-search-entry.c
+ ephy-search-entry-test.c