From: raster Date: Fri, 5 Aug 2011 11:15:03 +0000 (+0000) Subject: factory.... working on it. but up and kicking. it's a little unhappy X-Git-Tag: REL_F_I9500_20111122_1~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bad6608e0a8388150adfb4b4795d3efc014a6fcb;p=framework%2Fuifw%2Felementary.git factory.... working on it. but up and kicking. it's a little unhappy with the 102 million buttons i have in the scroller right now... when you scroll along, but... i'll work at it to make it work better. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62130 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 8cf31cd..59ebf3b 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -49,6 +49,7 @@ test_ctxpopup.c \ test_cursor.c \ test_diskselector.c \ test_entry.c \ +test_factory.c \ test_fileselector_button.c \ test_fileselector.c \ test_fileselector_entry.c \ diff --git a/src/bin/test.c b/src/bin/test.c index 76987c8..b516f10 100644 --- a/src/bin/test.c +++ b/src/bin/test.c @@ -140,6 +140,7 @@ void test_glview_simple(void *data, Evas_Object *obj, void *event_info); void test_glview(void *data, Evas_Object *obj, void *event_info); void test_3d(void *data, Evas_Object *obj, void *event_info); void test_naviframe(void *data, Evas_Object *obj, void *event_info); +void test_factory(void *data, Evas_Object *obj, void *event_info); #ifdef HAVE_EIO void test_eio(void *data, Evas_Object *obj, void *event_info); #endif @@ -424,6 +425,7 @@ my_win_main(char *autorun, Eina_Bool test_win_only) #ifdef HAVE_ELEMENTARY_WEB ADD_TEST("Web", test_web); #endif + ADD_TEST("Factory", test_factory); #undef ADD_TEST if (autorun)