From a65a77294e8db4b7ac792d4f22b685678fe722d4 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 24 Jan 2012 14:57:37 -0500 Subject: 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 --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile.am') 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 -- cgit v1.2.3