factory.... working on it. but up and kicking. it's a little unhappy
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 5 Aug 2011 11:15:03 +0000 (11:15 +0000)
committerMike McCormack <mj.mccormack@samsung.com>
Fri, 18 Nov 2011 05:49:06 +0000 (14:49 +0900)
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

src/bin/Makefile.am
src/bin/test.c

index 8cf31cd..59ebf3b 100644 (file)
@@ -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 \
index 76987c8..b516f10 100644 (file)
@@ -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)