diff options
author | Bastien Nocera <hadess@hadess.net> | 2012-11-06 19:19:59 +0800 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-12-10 15:46:47 +0800 |
commit | 4666852818b260e239b33092678fcad78a1f031c (patch) | |
tree | 31d5cc42cd6f28c3b2ba509f5826b36d9658b16f /tests/Makefile.am | |
parent | 52b87722689ed8a124b6cafcf51f7309b7c7104c (diff) | |
download | gsoc2013-epiphany-4666852818b260e239b33092678fcad78a1f031c.tar gsoc2013-epiphany-4666852818b260e239b33092678fcad78a1f031c.tar.gz gsoc2013-epiphany-4666852818b260e239b33092678fcad78a1f031c.tar.bz2 gsoc2013-epiphany-4666852818b260e239b33092678fcad78a1f031c.tar.lz gsoc2013-epiphany-4666852818b260e239b33092678fcad78a1f031c.tar.xz gsoc2013-epiphany-4666852818b260e239b33092678fcad78a1f031c.tar.zst gsoc2013-epiphany-4666852818b260e239b33092678fcad78a1f031c.zip |
lib: Remove unused EphySearchEntry widget
https://bugzilla.gnome.org/show_bug.cgi?id=687744
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3fd1000ea..992547eb7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,7 +11,6 @@ noinst_PROGRAMS = \ test-ephy-history \ test-ephy-location-entry \ test-ephy-migration \ - test-ephy-search-entry \ test-ephy-session \ test-ephy-shell \ test-ephy-snapshot-service \ @@ -150,9 +149,6 @@ test_ephy_location_entry_SOURCES = \ test_ephy_migration_SOURCES = \ ephy-migration-test.c -test_ephy_search_entry_SOURCES = \ - ephy-search-entry-test.c - test_ephy_session_SOURCES = \ ephy-session-test.c \ $(top_builddir)/src/epiphany-resources.c \ |