elementary: add elm_video/elm_player test.

SVN revision: 65847
This commit is contained in:
Cedric BAIL 2011-12-03 16:36:39 +00:00
parent 5a26396eda
commit 4e33fe455c
2 changed files with 7 additions and 0 deletions

View 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 \

View 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);