aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/testephylocationentry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testephylocationentry.c b/tests/testephylocationentry.c
index 099629bc6..ca370e411 100644
--- a/tests/testephylocationentry.c
+++ b/tests/testephylocationentry.c
@@ -22,6 +22,7 @@
*/
#include "config.h"
+#include "ephy-debug.h"
#include "ephy-location-entry.h"
#include <glib.h>
#include <gtk/gtk.h>
@@ -141,6 +142,7 @@ int
main (int argc, char *argv[])
{
gtk_test_init (&argc, &argv);
+ ephy_debug_init ();
g_test_add_func ("/lib/widgets/ephy-location-entry/new",
test_entry_new);