Fix make check after refactoring of content_provider

This commit is contained in:
Andy Williams 2014-11-29 18:30:16 +00:00
parent 6143e0cfc1
commit 41622aa840
1 changed files with 6 additions and 0 deletions

View File

@ -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;