X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbin%2FMakefile.am;h=93fd441d28d63b9ee112172fd55301352eccb6db;hb=b90fc74da1a34a3efc8168a3fc5a61d9694a32e9;hp=734becae719b4f2e2977a05f1694f367a0ea1cee;hpb=0a22d2bdaf560bdc65a48b12a6521435aa2beb05;p=framework%2Fuifw%2Felementary.git diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 734beca..93fd441 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -33,8 +33,6 @@ elementary_test_SOURCES = \ test.c \ test_3d.c \ test_actionslider.c \ -test_anchorblock.c \ -test_anchorview.c \ test_anim.c \ test_bg.c \ test_box.c \ @@ -43,13 +41,17 @@ test_button.c \ test_calendar.c \ test_check.c \ test_clock.c \ +test_cnp.c \ test_colorselector.c \ test_conform.c \ test_ctxpopup.c \ test_cursor.c \ +test_datetime.c \ +test_dayselector.c \ test_diskselector.c \ test_entry.c \ -test_factory.c \ +test_entry_anchor.c \ +test_entry_anchor2.c \ test_fileselector_button.c \ test_fileselector.c \ test_fileselector_entry.c \ @@ -64,6 +66,9 @@ test_gengrid.c \ test_genlist.c \ test_gesture_layer.c \ test_gesture_layer2.c \ +test_gesture_layer3.c \ +test_glview_simple.c \ +test_glview.c \ test_grid.c \ test_hover.c \ test_hoversel.c \ @@ -81,12 +86,13 @@ test_menu.c \ test_multi.c \ test_multibuttonentry.c \ test_naviframe.c \ +test_naviframe_complex.c \ test_notify.c \ -test_pager.c \ test_panel.c \ test_panes.c \ test_photo.c \ test_photocam.c \ +test_popup.c \ test_progressbar.c \ test_radio.c \ test_scaling.c \ @@ -99,18 +105,17 @@ test_spinner.c \ test_store.c \ test_table.c \ test_thumb.c \ -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 \ -test_win_state.c - -## disabled for efl 1.1 -#test_glview_simple.c -#test_glview.c +test_win_socket.c \ +test_win_plug.c \ +test_win_state.c \ +test.h if HAVE_EIO elementary_test_SOURCES += test_eio.c @@ -166,8 +171,13 @@ elementary_testql_LTLIBRARIES = elementary_testql.la elementary_testql_la_SOURCES = $(elementary_test_SOURCES) elementary_testql_la_LIBADD = $(top_builddir)/src/lib/libelementary.la \ @ELEMENTARY_EWEATHER_LIBS@ \ + @ELEMENTARY_EDBUS_LIBS@ \ + @ELEMENTARY_EFREET_LIBS@ \ + @ELEMENTARY_EMAP_LIBS@ \ + @ELEMENTARY_LIBS@ \ @EIO_LIBS@ \ - @ELEMENTARY_WEB_LIBS@ + @ELEMENTARY_WEB_LIBS@ \ + @my_libs@ elementary_testql_la_CFLAGS = elementary_testql_la_LDFLAGS = -module -avoid-version -no-undefined @@ -185,3 +195,6 @@ elementary_testql_LDADD = $(top_builddir)/src/lib/libelementary.la \ elementary_testql_CFLAGS = -DELM_LIB_QUICKLAUNCH=1 elementary_testql_LDFLAGS = endif + +EXTRA_DIST = \ +test_factory.c