Reviewers: q66
Reviewed By: q66
Subscribers: cedric, #reviewers, #committers
Tags: #efl_tests
Differential Revision: https://phab.enlightenment.org/D8252
tests/elementary/suite_helpers.c \
tests/elementary/suite_helpers.h \
tests/elementary/efl_ui_suite.c \
+ tests/elementary/efl_ui_build.c \
tests/elementary/elm_test_init.c \
tests/elementary/efl_ui_test_atspi.c \
tests/elementary/efl_ui_test_focus_common.c \
--- /dev/null
+#ifndef EFL_BETA_API_SUPPORT
+#define EFL_BETA_API_SUPPORT
+#endif
+#ifndef EFL_NOLEGACY_API_SUPPORT
+#define EFL_NOLEGACY_API_SUPPORT
+#endif
+#include <Efl_Ui.h>
efl_ui_suite_src = [
'efl_ui_suite.c',
+ 'efl_ui_build.c',
'suite_helpers.c',
'suite_helpers.h',
'elm_test_init.c',