ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=41622aa840ab59ef739db36ea6097919b6804c20
commit 41622aa840ab59ef739db36ea6097919b6804c20 Author: Andy Williams <[email protected]> Date: Sat Nov 29 18:30:16 2014 +0000 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; --
