From 41622aa840ab59ef739db36ea6097919b6804c20 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sat, 29 Nov 2014 18:30:16 +0000 Subject: [PATCH] Fix make check after refactoring of content_provider --- src/tests/edi_test_content_provider.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tests/edi_test_content_provider.c b/src/tests/edi_test_content_provider.c index 5c912b8..655db95 100644 --- a/src/tests/edi_test_content_provider.c +++ b/src/tests/edi_test_content_provider.c @@ -6,6 +6,12 @@ #include "edi_suite.h" +// Add some no-op methods here so linking works without having to import the whole UI! +EAPI Evas_Object *edi_editor_add(Evas_Object *parent, Edi_Mainview_Item *item) +{ + return NULL; +} + START_TEST (edi_test_content_provider_id_lookup) { Edi_Content_Provider *provider;