aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-01-25 03:57:37 +0800
committerDiego Escalante Urrelo <diegoe@igalia.com>2012-02-08 13:25:40 +0800
commita65a77294e8db4b7ac792d4f22b685678fe722d4 (patch)
tree30e558089c95ed303556bca3fa02ab198b8aefa0 /tests/Makefile.am
parent0bcf4b4861d5e6fbc56ea8d87e2d367c9ba165bf (diff)
downloadgsoc2013-epiphany-a65a77294e8db4b7ac792d4f22b685678fe722d4.tar
gsoc2013-epiphany-a65a77294e8db4b7ac792d4f22b685678fe722d4.tar.gz
gsoc2013-epiphany-a65a77294e8db4b7ac792d4f22b685678fe722d4.tar.bz2
gsoc2013-epiphany-a65a77294e8db4b7ac792d4f22b685678fe722d4.tar.lz
gsoc2013-epiphany-a65a77294e8db4b7ac792d4f22b685678fe722d4.tar.xz
gsoc2013-epiphany-a65a77294e8db4b7ac792d4f22b685678fe722d4.tar.zst
gsoc2013-epiphany-a65a77294e8db4b7ac792d4f22b685678fe722d4.zip
tests: add test for ephy-embed-utils
Specifically ephy_embed_utils_address_has_web_scheme. Based on a patch by Alexandre Martani. https://bugzilla.gnome.org/show_bug.cgi?id=613756
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 400b27cc1..e51cf2121 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,7 @@
noinst_PROGRAMS = \
test-ephy-download \
test-ephy-embed-single \
+ test-ephy-embed-utils \
test-ephy-location-entry \
test-ephy-search-entry
@@ -109,6 +110,9 @@ test_ephy_download_SOURCES = \
test_ephy_embed_single_SOURCES = \
ephy-embed-single.c
+test_ephy_embed_utils_SOURCES = \
+ ephy-embed-utils.c
+
test_ephy_location_entry_SOURCES = \
ephy-location-entry.c