Changeset View
Changeset View
Standalone View
Standalone View
src/tests/elementary/meson.build
Show First 20 Lines • Show All 117 Lines • ▼ Show 20 Line(s) | 115 | efl_ui_suite_src = [ | |||
---|---|---|---|---|---|
118 | 'suite_helpers.h', | 118 | 'suite_helpers.h', | ||
119 | 'elm_test_init.c', | 119 | 'elm_test_init.c', | ||
120 | 'efl_ui_test_atspi.c', | 120 | 'efl_ui_test_atspi.c', | ||
121 | 'efl_ui_test_focus_common.c', | 121 | 'efl_ui_test_focus_common.c', | ||
122 | 'efl_ui_test_focus_common.h', | 122 | 'efl_ui_test_focus_common.h', | ||
123 | 'efl_ui_test_focus.c', | 123 | 'efl_ui_test_focus.c', | ||
124 | 'efl_ui_test_focus_sub.c', | 124 | 'efl_ui_test_focus_sub.c', | ||
125 | 'efl_ui_test_box.c', | 125 | 'efl_ui_test_box.c', | ||
126 | 'efl_ui_test_box_stack.c', | ||||
126 | 'efl_ui_test_table.c', | 127 | 'efl_ui_test_table.c', | ||
127 | 'efl_ui_test_grid.c', | 128 | 'efl_ui_test_grid.c', | ||
128 | 'efl_ui_test_relative_layout.c', | 129 | 'efl_ui_test_relative_layout.c', | ||
129 | 'efl_ui_test_image.c', | 130 | 'efl_ui_test_image.c', | ||
130 | 'efl_ui_test_image_zoomable.c', | 131 | 'efl_ui_test_image_zoomable.c', | ||
131 | 'efl_ui_test_layout.c', | 132 | 'efl_ui_test_layout.c', | ||
132 | 'efl_ui_suite.h', | 133 | 'efl_ui_suite.h', | ||
133 | 'efl_ui_model.c', | 134 | 'efl_ui_model.c', | ||
Show All 26 Lines |