elementary: add elm_video/elm_player test.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Dec 2011 16:36:39 +0000 (16:36 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Dec 2011 16:36:39 +0000 (16:36 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65847 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

index db1d353..27e358d 100644 (file)
@@ -105,6 +105,7 @@ test_toggle.c \
 test_toolbar.c \
 test_tooltip.c \
 test_transit.c \
+test_video.c \
 test_weather.c \
 test_web.c \
 test_win_inline.c \
index ba779b6..700ddd8 100644 (file)
@@ -147,6 +147,9 @@ 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_EMOTION
+void test_video(void *data, Evas_Object *obj, void *event_info);
+#endif
 #ifdef HAVE_EIO
 void test_eio(void *data, Evas_Object *obj, void *event_info);
 #endif
@@ -313,6 +316,9 @@ add_tests:
    ADD_TEST(NULL, "Images", "Photo", test_photo);
    ADD_TEST(NULL, "Images", "Thumb", test_thumb);
    ADD_TEST(NULL, "Images", "Slideshow", test_slideshow);
+#ifdef HAVE_EMOTION
+   ADD_TEST(NULL, "Images", "Video", test_video);
+#endif
 
    //------------------------------//
    ADD_TEST(NULL, "Containers", "Box Vert", test_box_vert);